Skip to content

Commit 62ffe39

Browse files
authored
Fix static analysis to SapiNormalizer::normalizeUri()
1 parent 3fe38a0 commit 62ffe39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SapiNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function normalizeProtocolVersion(array $server): string
4848
/**
4949
* {@inheritDoc}
5050
*
51-
* @psalm-suppress MixedAssignment
51+
* @psalm-suppress MixedAssignment, RiskyTruthyFalsyComparison
5252
*/
5353
public function normalizeUri(array $server): UriInterface
5454
{

0 commit comments

Comments
 (0)