@@ -138,7 +138,7 @@ |
||
| 138 | 138 | } |
| 139 | 139 | |
| 140 | 140 | /** |
| 141 | - * @param \Psr\Http\Message\UriInterface|string $path |
|
| 141 | + * @param string $path |
|
| 142 | 142 | * @param int $status |
| 143 | 143 | * @param array $headers |
| 144 | 144 | * @return \Psr\Http\Message\ResponseInterface |
@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Wandu\Router; |
| 3 | 3 | |
| 4 | -use Closure; |
|
| 5 | 4 | use Psr\Http\Message\ServerRequestInterface; |
| 6 | 5 | use Wandu\Router\Contracts\Dispatchable; |
| 7 | 6 | use Wandu\Router\Contracts\LoaderInterface; |