Skip to content

Commit b64740f

Browse files
committed
try to satisfy psalm
1 parent 9cbce91 commit b64740f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/coding-standards/psalm/psalm.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
</UndefinedMethod>
2828
<PropertyTypeCoercion>
2929
<errorLevel type="suppress">
30-
<file name="src/Payload/Alert.php"/>
30+
<referencedProperty name="CrowdSec\LapiClient\Payload\Alert::$source"/>
31+
<referencedProperty name="CrowdSec\LapiClient\Payload\Alert::$decisions"/>
32+
<referencedProperty name="CrowdSec\LapiClient\Payload\Alert::$events"/>
33+
<referencedProperty name="CrowdSec\LapiClient\Payload\Alert::$meta"/>
3134
</errorLevel>
3235
</PropertyTypeCoercion>
3336
</issueHandlers>

0 commit comments

Comments
 (0)