Skip to content

Commit

Permalink
Update Psalm config
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jun 1, 2023
1 parent 1927c65 commit 7da9679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<issueHandlers>
<!-- Symfony -->

<PossiblyUndefinedMethod>
<UndefinedMethod>
<errorLevel type="suppress">
<referencedMethod name="Symfony\Component\Config\Definition\Builder\NodeDefinition::addDefaultsIfNotSet" />
</errorLevel>
</PossiblyUndefinedMethod>
</UndefinedMethod>

<UndefinedDocblockClass>
<errorLevel type="suppress">
Expand Down

0 comments on commit 7da9679

Please sign in to comment.