Passed
Push — master ( 345d4b...1543d0 )
by Petr
03:07 queued 48s
created
php-src/Sources/AFiles.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
             throw new FilesException($targetFileExistsErr);
81 81
         }
82 82
 
83
-        return $this->dataOverwriteCopy( $source, $target, $unlinkErr, $copyErr);
83
+        return $this->dataOverwriteCopy($source, $target, $unlinkErr, $copyErr);
84 84
     }
85 85
 
86 86
     /**
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
             throw new FilesException($targetFileExistsErr);
132 132
         }
133 133
 
134
-        return $this->dataOverwriteRename( $source, $target, $unlinkErr, $copyErr);
134
+        return $this->dataOverwriteRename($source, $target, $unlinkErr, $copyErr);
135 135
     }
136 136
 
137 137
     /**
Please login to merge, or discard this patch.