Ignore UnsupportedPropertyReferenceUsage from Psalm

This commit is contained in:
Aaron Piotrowski 2023-08-30 12:43:25 -05:00
parent 443df35cd9
commit 24e2b7797b
No known key found for this signature in database
GPG Key ID: 5B456E6AABA44A63

View File

@ -40,5 +40,11 @@
<directory name="src"/>
</errorLevel>
</UndefinedClass>
<UnsupportedPropertyReferenceUsage>
<errorLevel type="suppress">
<directory name="src"/>
</errorLevel>
</UnsupportedPropertyReferenceUsage>
</issueHandlers>
</psalm>