Skip to content

Commit 8a2a8a2

Browse files
committed
Suppress property reference error
1 parent 95f55f4 commit 8a2a8a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

psalm.xml

+8
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,12 @@
1212
<directory name="vendor" />
1313
</ignoreFiles>
1414
</projectFiles>
15+
16+
<issueHandlers>
17+
<UnsupportedPropertyReferenceUsage>
18+
<errorLevel type="suppress">
19+
<directory name="src"/>
20+
</errorLevel>
21+
</UnsupportedPropertyReferenceUsage>
22+
</issueHandlers>
1523
</psalm>

0 commit comments

Comments
 (0)