@@ -19,6 +19,6 @@ |
||
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 | } |