Completed
Push — master ( 3529a9...f3b896 )
by Park Jong-Hun
02:33
created
core/ControllerDispatcher/Dispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     }
72 72
 
73 73
     private function validateRoutePath() {
74
-        if(RequestMatcher::getControllerProc() === null) {
74
+        if (RequestMatcher::getControllerProc() === null) {
75 75
             throw new RoutePathNotFound(
76 76
                 sprintf('Route path not found: %s (%s)',
77 77
                     $this->request->getUri()->getPath(),
Please login to merge, or discard this patch.