Supress UndefinedGlobalVariable for register_command.php

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/21787/head
Daniel Kesselberg 4 years ago committed by Morris Jobke
parent 568e1f6d3a
commit fe3a628470
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

@ -51,6 +51,9 @@
<errorLevel type="suppress">
<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" />
</errorLevel>
</UndefinedGlobalVariable>
</issueHandlers>

Loading…
Cancel
Save