Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 27, 2021
1 parent 9b42ef9 commit e64d044
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1296,6 +1296,11 @@
</DocblockTypeContradiction>
<MissingThrowsDocblock occurrences="1"/>
</file>
<file src="src/Util/Filter.php">
<MissingParamType occurrences="1">
<code>$prefix</code>
</MissingParamType>
</file>
<file src="src/Util/GlobalState.php">
<MissingParamType occurrences="1">
<code>$variable</code>
Expand Down

0 comments on commit e64d044

Please sign in to comment.