Skip to content

Commit

Permalink
code review add die to forbidden functions for psalm itself
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Feb 5, 2024
1 parent ee7187c commit 2008ea0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,8 @@
</errorLevel>
</MixedAssignment>
</issueHandlers>

<forbiddenFunctions>
<function name="die" />
</forbiddenFunctions>
</psalm>

0 comments on commit 2008ea0

Please sign in to comment.