@@ -8,18 +8,18 @@ |
||
| 8 | 8 | class Resolver implements ResolverInterface |
| 9 | 9 | { |
| 10 | 10 | |
| 11 | - /** |
|
| 12 | - * |
|
| 13 | - * Converts a middleware queue entry to a callable or an implementation of |
|
| 14 | - * MiddlewareInterface. |
|
| 15 | - * |
|
| 16 | - * @param mixed $entry The middleware queue entry. |
|
| 17 | - * |
|
| 18 | - * @return callable|MiddlewareInterface |
|
| 19 | - * |
|
| 20 | - */ |
|
| 21 | - public function __invoke($entry) |
|
| 22 | - { |
|
| 23 | - var_dump($entry); |
|
| 24 | - } |
|
| 11 | + /** |
|
| 12 | + * |
|
| 13 | + * Converts a middleware queue entry to a callable or an implementation of |
|
| 14 | + * MiddlewareInterface. |
|
| 15 | + * |
|
| 16 | + * @param mixed $entry The middleware queue entry. |
|
| 17 | + * |
|
| 18 | + * @return callable|MiddlewareInterface |
|
| 19 | + * |
|
| 20 | + */ |
|
| 21 | + public function __invoke($entry) |
|
| 22 | + { |
|
| 23 | + var_dump($entry); |
|
| 24 | + } |
|
| 25 | 25 | } |
| 26 | 26 | \ No newline at end of file |