1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Added issue suppression

because constructor analysis of stubbed classes seems unsupported
This commit is contained in:
Yannick Gottschalk 2023-07-03 10:59:13 +02:00
parent 539aa4c644
commit bfd3cb889b

View File

@ -93,6 +93,7 @@
<MissingConstructor>
<errorLevel type="suppress">
<directory name="tests"/>
<file name="vendor/nikic/php-parser/lib/PhpParser/Node/Name.php" />
</errorLevel>
</MissingConstructor>