Browse Source
Fix variable name for referenced variable.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/21787/head
Daniel Kesselberg
5 years ago
committed by
Morris Jobke
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with
2 additions and
2 deletions
-
psalm.xml
|
|
|
@ -49,8 +49,8 @@ |
|
|
|
</UndefinedFunction> |
|
|
|
<UndefinedGlobalVariable> |
|
|
|
<errorLevel type="suppress"> |
|
|
|
<referencedVariable name="l" /> |
|
|
|
<referencedVariable name="_" /> |
|
|
|
<referencedVariable name="$l"/> |
|
|
|
<referencedVariable name="$_"/> |
|
|
|
<!-- false positive: https://github.com/nextcloud/server/blob/cb057829f72c70e819f456edfadbb29d72dba832/lib/private/Console/Application.php#L92 --> |
|
|
|
<file name="apps/*/appinfo/register_command.php" /> |
|
|
|
<file name="core/register_command.php" /> |
|
|
|
|