diff options
-rw-r--r-- | psalm.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/psalm.xml b/psalm.xml index fd5d9bfcbe3..289fc1f0844 100644 --- a/psalm.xml +++ b/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" /> |