Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-10-22 12:25:33 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-10-23 13:25:31 +0300
commit86e5e7d9274241b0373bfa494896534b251e1978 (patch)
tree93bf7a5cee299889b8143304537265b1a5553b33 /psalm.xml
parent872f03209cccd376c0be908581164f245e558070 (diff)
LDAP simplify User_Proxy and Group_Proxy signatures
- make User_Proxy and Group_Proxy easy to instantiate - simplify dependent code - move commands to info.xml - make UpdateGroups job class non-static Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/psalm.xml b/psalm.xml
index f299558450d..4e3bced149c 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -79,7 +79,6 @@
<referencedVariable name="$l"/>
<referencedVariable name="$theme"/>
<!-- 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>