@@ -71,7 +71,7 @@ |
||
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(), |