Actually increase psalm strictness (#926)

This commit is contained in:
Zach Borboa
2025-02-19 22:13:10 -05:00
committed by GitHub
parent 4cf4635e25
commit 2cc50bd15e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- TODO: Use errorLevel="1" -->
<psalm
errorLevel="4"
errorLevel="3"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- TODO: Use errorLevel="1" -->
<psalm
errorLevel="4"
errorLevel="3"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"