Skip to content

Commit

Permalink
Fix static analysis to SapiNormalizer::normalizeUri()
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych authored Nov 25, 2024
1 parent 3fe38a0 commit 62ffe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SapiNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function normalizeProtocolVersion(array $server): string
/**
* {@inheritDoc}
*
* @psalm-suppress MixedAssignment
* @psalm-suppress MixedAssignment, RiskyTruthyFalsyComparison
*/
public function normalizeUri(array $server): UriInterface
{
Expand Down

0 comments on commit 62ffe39

Please sign in to comment.