Skip to content

Commit

Permalink
Suppress psalm messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ronb-lendesk committed Mar 16, 2022
1 parent a0ee837 commit 377a4bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@
<errorLevel type="suppress">
<file name="src/Fakes/FakeMetaCommand.php" />
<file name="src/Fakes/FakeModelsCommand291.php" />
<file name="src/Fakes/FakeModelsCommand210.php" />
</errorLevel>
</PropertyNotSetInConstructor>
<OverriddenMethodAccess>
<errorLevel type="suppress">
<file name="src/Fakes/FakeModelsCommand291.php" />
</errorLevel>
</OverriddenMethodAccess>
</issueHandlers>

<stubs>
Expand Down

0 comments on commit 377a4bd

Please sign in to comment.