We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30137a0 commit 7d67110Copy full SHA for 7d67110
src/MiddlewarePipeline.php
@@ -23,6 +23,7 @@ final class MiddlewarePipeline implements MiddlewarePipelineInterface
23
24
/**
25
* {@inheritDoc}
26
+ * @psalm-suppress RiskyTruthyFalsyComparison
27
*/
28
public function pipe(MiddlewareInterface $middleware, ?string $pathPrefix = null): void
29
{
0 commit comments