1
0
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:
orklah 2022-08-13 16:33:18 +02:00 committed by GitHub
commit 42462b8640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>