mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix wrong documentation for referenced variable (#3990)
This commit is contained in:
parent
72ecb57def
commit
669a843cb0
@ -52,7 +52,7 @@ Some issue types allow the use of `referencedMethod`, `referencedClass` or `refe
|
||||
</PropertyNotSetInConstructor>
|
||||
<UndefinedGlobalVariable>
|
||||
<errorLevel type="suppress">
|
||||
<referencedVariable name="fooBar" /> <!-- if your variable is "$fooBar" -->
|
||||
<referencedVariable name="$fooBar" /> <!-- if your variable is "$fooBar" -->
|
||||
</errorLevel>
|
||||
</UndefinedGlobalVariable>
|
||||
</issueHandlers>
|
||||
|
Loading…
Reference in New Issue
Block a user