Completed
Push — master ( 12413a...8da446 )
by Igor
03:21
created
src/Bundle/Common/File/File.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
             throw new FileException(sprintf('Could not rename the file "%s" (%s)', $this->getPathname(), strip_tags($error['message'])));
49 49
         }
50 50
 
51
-       $this->customChmod($target);
51
+        $this->customChmod($target);
52 52
 
53 53
         return $target;
54 54
     }
Please login to merge, or discard this patch.