Merge "Log to DBPerformance log when many LB connections are acquired"
[lhc/web/wiklou.git] / includes / upload / UploadBase.php
index 795afc6..a8a38c7 100644 (file)
@@ -335,7 +335,6 @@ abstract class UploadBase {
                        return array( 'status' => self::HOOK_ABORTED, 'error' => $error );
                }
 
-
                return array( 'status' => self::OK );
        }
 
@@ -401,7 +400,6 @@ abstract class UploadBase {
                        }
                }
 
-
                return true;
        }
 
@@ -528,7 +526,6 @@ abstract class UploadBase {
                        return array( 'uploadvirus', $virus );
                }
 
-
                return true;
        }
 
@@ -689,7 +686,6 @@ abstract class UploadBase {
                        }
                }
 
-
                return $warnings;
        }
 
@@ -729,7 +725,6 @@ abstract class UploadBase {
                        $this->postProcessUpload();
                }
 
-
                return $status;
        }
 
@@ -925,7 +920,6 @@ abstract class UploadBase {
                $file = $stash->stashFile( $this->mTempPath, $this->getSourceType() );
                $this->mLocalFile = $file;
 
-
                return $file;
        }
 
@@ -1691,7 +1685,6 @@ abstract class UploadBase {
                        wfDebug( __METHOD__ . ": FOUND VIRUS! scanner feedback: $output \n" );
                }
 
-
                return $output;
        }