We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da05fc commit 543378cCopy full SHA for 543378c
psalm.xml
@@ -19,6 +19,10 @@
19
</projectFiles>
20
21
<issueHandlers>
22
- <PropertyNotSetInConstructor errorLevel="suppress"/>
+ <PropertyNotSetInConstructor>
23
+ <errorLevel type="suppress">
24
+ <referencedProperty name="Symfony\Component\Serializer\SerializerAwareTrait::$serializer"/>
25
+ </errorLevel>
26
+ </PropertyNotSetInConstructor>
27
</issueHandlers>
28
</psalm>
0 commit comments