Skip to content

Commit b7ea7c7

Browse files
author
Heiko Jerichen
committed
Update psalm config.
1 parent 0da72f8 commit b7ea7c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

psalm.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<directory name="tests"/>
1414
<ignoreFiles>
1515
<directory name="vendor/phpunit"/>
16+
<directory name="vendor/phpspec"/>
1617
</ignoreFiles>
1718
</projectFiles>
1819
<issueHandlers>
@@ -23,6 +24,10 @@
2324
<MissingOverrideAttribute errorLevel="suppress"/>
2425
<UndefinedThisPropertyFetch errorLevel="suppress"/>
2526
<ClassMustBeFinal errorLevel="suppress"/>
27+
<InternalProperty errorLevel="suppress"/>
28+
<InternalMethod errorLevel="suppress"/>
29+
<MixedMethodCall errorLevel="suppress"/>
30+
<UndefinedMagicMethod errorLevel="suppress"/>
2631
</issueHandlers>
2732
<plugins>
2833
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>

0 commit comments

Comments
 (0)