Passed
Pull Request — master (#5)
by
unknown
02:12
created
src/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      */
30 30
     public function match(array $methods, string $route, $handler, string $name = null): void
31 31
     {
32
-        foreach($methods as $method) {
32
+        foreach ($methods as $method) {
33 33
             $this->addRoute(strtoupper($method), $route, $handler, $name);
34 34
         }
35 35
     }
Please login to merge, or discard this patch.