Skip to content

Commit

Permalink
Fix Psalm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Sep 2, 2022
1 parent d80228d commit 132a971
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0"?>
<psalm
totallyTyped="true"
errorLevel="3"
errorLevel="2"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
Expand All @@ -21,5 +20,7 @@
<file name="example.php" />
</errorLevel>
</ForbiddenCode>
<MissingClosureParamType errorLevel="suppress" />
<MissingClosureReturnType errorLevel="suppress" />
</issueHandlers>
</psalm>

0 comments on commit 132a971

Please sign in to comment.