Passed
Push — master ( 21f999...0e469d )
by Jelmer
02:01
created
src/Router/SymfonyRouter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
         array $defaults = [],
90 90
         array $requirements = [],
91 91
         ?\Closure $configCallback = null
92
-    ): void
92
+    ) : void
93 93
     {
94 94
         $symfonyRoute = new Route($path, $defaults, $requirements);
95 95
         $symfonyRoute->setMethods(explode('|', $methods))
Please login to merge, or discard this patch.