We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da72f8 commit b7ea7c7Copy full SHA for b7ea7c7
psalm.xml
@@ -13,6 +13,7 @@
13
<directory name="tests"/>
14
<ignoreFiles>
15
<directory name="vendor/phpunit"/>
16
+ <directory name="vendor/phpspec"/>
17
</ignoreFiles>
18
</projectFiles>
19
<issueHandlers>
@@ -23,6 +24,10 @@
23
24
<MissingOverrideAttribute errorLevel="suppress"/>
25
<UndefinedThisPropertyFetch errorLevel="suppress"/>
26
<ClassMustBeFinal errorLevel="suppress"/>
27
+ <InternalProperty errorLevel="suppress"/>
28
+ <InternalMethod errorLevel="suppress"/>
29
+ <MixedMethodCall errorLevel="suppress"/>
30
+ <UndefinedMagicMethod errorLevel="suppress"/>
31
</issueHandlers>
32
<plugins>
33
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
0 commit comments