Skip to content

Commit 7d67110

Browse files
committed
Fix psalm
1 parent 30137a0 commit 7d67110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MiddlewarePipeline.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ final class MiddlewarePipeline implements MiddlewarePipelineInterface
2323

2424
/**
2525
* {@inheritDoc}
26+
* @psalm-suppress RiskyTruthyFalsyComparison
2627
*/
2728
public function pipe(MiddlewareInterface $middleware, ?string $pathPrefix = null): void
2829
{

0 commit comments

Comments
 (0)