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

Ignore referencedMethod issues created by newest php-parser

This commit is contained in:
Brown 2020-04-10 18:27:07 -04:00
parent db7447abd7
commit 308248e8b3

View File

@ -55,12 +55,8 @@
<DeprecatedMethod>
<errorLevel type="suppress">
<directory name="tests" />
</errorLevel>
</DeprecatedMethod>
<DeprecatedMethod>
<errorLevel type="suppress">
<directory name="tests" />
<referencedMethod name="PhpParser\Comment::getFilePos" />
<referencedMethod name="PhpParser\Comment::getLine" />
</errorLevel>
</DeprecatedMethod>