Skip to content

Commit

Permalink
Updated psalm baseline according to #97 type improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 6, 2022
1 parent 32ec85f commit 238bf52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions psalm-baseline.xml
Expand Up @@ -243,9 +243,8 @@
</file>
<file src="src/ServerRequestFactory.php">
<LessSpecificReturnStatement occurrences="1"/>
<MixedArgument occurrences="2">
<MixedArgument occurrences="1">
<code>$headers['cookie']</code>
<code>$host</code>
</MixedArgument>
<MixedArgumentTypeCoercion occurrences="1">
<code>$headers</code>
Expand Down

0 comments on commit 238bf52

Please sign in to comment.