aboutsummaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-08-14 16:06:33 +0200
committerMorris Jobke <hey@morrisjobke.de>2020-08-18 08:58:20 +0200
commit90aa451447c6013f3e70ff1c256a4074301c45f8 (patch)
treebd4042097fd00404294bf21a8dd6b49e0bd470e9 /psalm.xml
parentfe3a628470d0c348ed65ee27c3f2e4d46b00c315 (diff)
downloadnextcloud-server-90aa451447c6013f3e70ff1c256a4074301c45f8.tar.gz
nextcloud-server-90aa451447c6013f3e70ff1c256a4074301c45f8.zip
Fix variable name for referenced variable.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml4
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" />