Completed
Push — master ( 3528ad...ff9b79 )
by Alexpts
02:31
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.
src/PTS/Routing/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @param array $values
80
+     * @param string[] $values
81 81
      * @return $this
82 82
      */
83 83
     public function setMatches(array $values = [])
Please login to merge, or discard this patch.