From f5dbb75e6deb9653dfddb862e94323902ca33612 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: Changed php cs fixer to align phpdocs left --- src/AbstractStrategy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AbstractStrategy.php') 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( -- cgit v1.2.3