Passed
Pull Request — master (#409)
by Arman
03:02
created
src/Router/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
         $this->matchedRoutes = $this->findMatches($uri);
85 85
 
86 86
         if ($this->matchedRoutes === []) {
87
-            stop(function () {
87
+            stop(function() {
88 88
                 page_not_found();
89 89
             });
90 90
         }
Please login to merge, or discard this patch.