Passed
Push — master ( 0c1115...dae56e )
by Vince
03:09 queued 14s
created
src/core/endpoints/RouteMiddlewareInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,6 @@
 block discarded – undo
19 19
     public function getScope(): string;
20 20
     public function getController(): string;
21 21
     public function getActionMethod(): string;
22
-    public function getHandler(): \Closure|null;
22
+    public function getHandler(): \Closure | null;
23 23
     public function runHandler(\Closure $handler, $request): mixed;
24 24
 }
Please login to merge, or discard this patch.