Skip to content

Commit 543378c

Browse files
author
lalshe
committed
Suppress only vendor-related error
1 parent 6da05fc commit 543378c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

psalm.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
</projectFiles>
2020

2121
<issueHandlers>
22-
<PropertyNotSetInConstructor errorLevel="suppress"/>
22+
<PropertyNotSetInConstructor>
23+
<errorLevel type="suppress">
24+
<referencedProperty name="Symfony\Component\Serializer\SerializerAwareTrait::$serializer"/>
25+
</errorLevel>
26+
</PropertyNotSetInConstructor>
2327
</issueHandlers>
2428
</psalm>

0 commit comments

Comments
 (0)