diff options
Diffstat (limited to 'src/AbstractStrategy.php')
| -rw-r--r-- | src/AbstractStrategy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AbstractStrategy.php b/src/AbstractStrategy.php index 54b78c1..29d9651 100644 --- a/src/AbstractStrategy.php +++ b/src/AbstractStrategy.php @@ -13,7 +13,7 @@ use Psr\Http\Message\ServerRequestInterface; abstract class AbstractStrategy implements Strategy { /** - * @param Middleware[] $middlewares + * @param Middleware[] $middlewares * @param callable(RequestInterface): ResponseInterface $handler */ public function runMiddleware( |
