Completed
Push — master ( 2bdac3...692ae2 )
by Igor
02:24
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.
src/Core/BaseRoute.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -57,6 +57,9 @@
 block discarded – undo
57 57
         }
58 58
     }
59 59
 
60
+    /**
61
+     * @param string $resource
62
+     */
60 63
     protected function loadResource($resource)
61 64
     {
62 65
         return require_once $resource;
Please login to merge, or discard this patch.