Skip to content

Commit

Permalink
Adding note about referencedMethod
Browse files Browse the repository at this point in the history
Info is taken from #2297 (comment)
  • Loading branch information
ThomasLandauer committed Aug 13, 2022
1 parent f315647 commit f87becf
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 f87becf

Please sign in to comment.