Skip to content

Commit

Permalink
Update Psalm config
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 6, 2024
1 parent 7984d66 commit aeeb092
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@
<PossiblyNullReference>
<errorLevel type="suppress">
<file name="bundles/LayoutsBundle/Templating/Twig/Runtime/HelpersRuntime.php" />
<file name="lib/Parameters/Form/Type/DataMapper/ItemLinkDataMapper.php" />
<file name="lib/Parameters/Form/Type/DataMapper/LinkDataMapper.php" />
</errorLevel>
</PossiblyNullReference>

Expand Down Expand Up @@ -195,6 +197,12 @@
</errorLevel>
</PossiblyNullArgument>

<ParamNameMismatch>
<errorLevel type="suppress">
<directory name="lib/API/Values" />
</errorLevel>
</ParamNameMismatch>

<!-- Netgen Layouts specifics -->

<PossiblyNullPropertyAssignmentValue>
Expand Down

0 comments on commit aeeb092

Please sign in to comment.