summaryrefslogtreecommitdiff
path: root/src/Contracts/Strategy.php
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
committerSam Light <sam@lightscale.co.uk>2026-06-10 19:00:32 +0100
commitf5dbb75e6deb9653dfddb862e94323902ca33612 (patch)
tree3eba0154cd381b607e014a74f34c3aeba23b7b93 /src/Contracts/Strategy.php
parentbbb017512587047ea016e9445bb5693c8c3c8065 (diff)
Changed php cs fixer to align phpdocs left
Diffstat (limited to 'src/Contracts/Strategy.php')
-rw-r--r--src/Contracts/Strategy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Contracts/Strategy.php b/src/Contracts/Strategy.php
index fa41819..7dea459 100644
--- a/src/Contracts/Strategy.php
+++ b/src/Contracts/Strategy.php
@@ -11,7 +11,7 @@ use Psr\Http\Message\ResponseInterface;
interface Strategy
{
/**
- * @param Middleware[] $middlewares
+ * @param Middleware[] $middlewares
* @param callable(RequestInterface): ResponseInterface $handler
*/
public function runMiddleware(