Browse Source

Fix psalm issues.

ADmad 2 years ago
parent
commit
8be6d7f191
2 changed files with 2 additions and 1 deletions
  1. 1 1
      .phive/phars.xml
  2. 1 0
      psalm.xml

+ 1 - 1
.phive/phars.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <phive xmlns="https://phar.io/phive">
   <phar name="phpstan" version="1.10.14" installed="1.10.14" location="./tools/phpstan" copy="false"/>
-  <phar name="psalm" version="5.10.0" installed="5.10.0" location="./tools/psalm" copy="false"/>
+  <phar name="psalm" version="5.13.0" installed="5.13.0" location="./tools/psalm" copy="false"/>
 </phive>

+ 1 - 0
psalm.xml

@@ -48,5 +48,6 @@
         <RedundantPropertyInitializationCheck errorLevel="suppress"/>
         <RedundantCast errorLevel="suppress"/>
         <UndefinedAttributeClass errorLevel="suppress"/>
+        <UnsupportedPropertyReferenceUsage errorLevel="suppress"/>
     </issueHandlers>
 </psalm>