mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
Suppress psalm messages
This commit is contained in:
parent
a0ee837fc7
commit
377a4bd112
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user