Skip to content

Commit

Permalink
Merge pull request #8408 from ThomasLandauer/patch-1
Browse files Browse the repository at this point in the history
Adding note about referencedMethod
  • Loading branch information
orklah committed Aug 13, 2022
2 parents f315647 + f87becf commit 42462b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_psalm/dealing_with_code_issues.md
Expand Up @@ -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>
Expand Down

0 comments on commit 42462b8

Please sign in to comment.