Completed
Push — master ( f3c8e7...741696 )
by Alexpts
02:57
created
src/PTS/Routing/Matcher.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     {
18 18
         $this->routeService = $routeService;
19 19
         $this->routeNotFound = new Route('', function(){
20
-           return null;
20
+            return null;
21 21
         });
22 22
     }
23 23
 
Please login to merge, or discard this patch.