We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bd1ab commit aeeddefCopy full SHA for aeeddef
1 file changed
psalm.xml
@@ -27,5 +27,12 @@
27
<MissingParamType errorLevel="info" />
28
<UnusedClass errorLevel="info" />
29
<PossiblyUnusedMethod errorLevel="info" />
30
+
31
+ <!-- Ignore UnresolvableInclude on CLI-scripts -->
32
+ <UnresolvableInclude>
33
+ <errorLevel type="suppress">
34
+ <file name="tests/bootstrap.php" />
35
+ </errorLevel>
36
+ </UnresolvableInclude>
37
</issueHandlers>
38
</psalm>
0 commit comments