mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Merge pull request #8408 from ThomasLandauer/patch-1
Adding note about referencedMethod
This commit is contained in:
commit
42462b8640
@ -37,7 +37,7 @@ Some issue types allow the use of `referencedMethod`, `referencedClass` or `refe
|
||||
</InvalidReturnType>
|
||||
<UndefinedMethod>
|
||||
<errorLevel type="suppress">
|
||||
<referencedMethod name="Bar\Bat::bar" />
|
||||
<referencedMethod name="Bar\Bat::bar" /> <!-- not supported for all types of errors -->
|
||||
<file name="some_bad_file.php" />
|
||||
</errorLevel>
|
||||
</UndefinedMethod>
|
||||
|
Loading…
x
Reference in New Issue
Block a user