Completed
Push — master ( 2bdac3...692ae2 )
by Igor
02:24
created
src/Core/Application.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
             } else {
73 73
                 throw new \RuntimeException(sprintf('The file "%s" does not exist', $path));
74 74
             }
75
-        }  else {
75
+        } else {
76 76
             $route = new BaseRoute();
77 77
             $route->default($packageRoot, $request);
78 78
             if (null !== $route->getResponse()) {
Please login to merge, or discard this patch.
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.