Skip to content

Commit

Permalink
Dev: Reduce Psalm error level to 6 (less strict than 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 23, 2021
1 parent a0b30fe commit dccc3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<psalm
errorLevel="2"
errorLevel="6"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
Expand Down

0 comments on commit dccc3a5

Please sign in to comment.