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 b776c26 commit e3735ffCopy full SHA for e3735ff
psalm.xml.dist
@@ -17,6 +17,21 @@
17
<directory name="src"/>
18
<ignoreFiles>
19
<directory name="vendor"/>
20
+ <directory name="src/DependencyInjection"/>
21
</ignoreFiles>
22
</projectFiles>
23
+
24
+ <issueHandlers>
25
+ <UndefinedMethod>
26
+ <errorLevel type="suppress">
27
+ <referencedMethod name="ReflectionClass::getAttributes" />
28
+ </errorLevel>
29
+ </UndefinedMethod>
30
31
+ <ArgumentTypeCoercion>
32
33
+ <referencedFunction name="ReflectionClass::__construct" />
34
35
+ </ArgumentTypeCoercion>
36
+ </issueHandlers>
37
</psalm>
0 commit comments