Passed
Push — develop ( d479cf...02d72b )
by nguereza
10:32
created
src/Route.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
         string $pattern,
144 144
         mixed $handler,
145 145
         ?string $name = null,
146
-        array|string $methods = [],
146
+        array | string $methods = [],
147 147
         array $attributes = []
148 148
     ) {
149 149
         $this->pattern = $pattern;
Please login to merge, or discard this patch.