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:
parent
db7447abd7
commit
308248e8b3
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user