Completed
Push — master ( d3b9b9...fcc9a6 )
by Alexpts
09:58 queued 06:15
created
src/PTS/Routing/Matcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     public function __construct(RouteService $routeService)
13 13
     {
14 14
         $this->routeService = $routeService;
15
-        $this->routeNotFound = new Route('', function () {
15
+        $this->routeNotFound = new Route('', function() {
16 16
             return null;
17 17
         });
18 18
     }
Please login to merge, or discard this patch.