Passed
Branch master (0982b5)
by Henri
03:01 queued 01:28
created
src/RouteAttribute.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
         private array $methods,
13 13
         private string $name,
14 14
         private ?array $where,
15
-        private ?string|?\Closure $after,
16
-        private ?string|?\Closure $before,
15
+        private ?string | ?\Closure $after,
16
+        private ?string | ?\Closure $before,
17 17
         private ?array $attributes,
18 18
         private ?array $middleware
19 19
     ) {}
Please login to merge, or discard this patch.