@@ -79,7 +79,7 @@ |
||
79 | 79 | * @throws MiddlewareResolverException if the handler is not valid. |
80 | 80 | */ |
81 | 81 | public function resolve( |
82 | - string|MiddlewareInterface|RequestHandlerInterface|callable $handler |
|
82 | + string | MiddlewareInterface | RequestHandlerInterface | callable $handler |
|
83 | 83 | ): MiddlewareInterface { |
84 | 84 | if ($handler instanceof MiddlewareInterface) { |
85 | 85 | return $handler; |
@@ -62,6 +62,6 @@ |
||
62 | 62 | * @return MiddlewareInterface |
63 | 63 | */ |
64 | 64 | public function resolve( |
65 | - string|MiddlewareInterface|RequestHandlerInterface|callable $handler |
|
65 | + string | MiddlewareInterface | RequestHandlerInterface | callable $handler |
|
66 | 66 | ): MiddlewareInterface; |
67 | 67 | } |