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:
authorCôme Chilliet <come.chilliet@nextcloud.com>2021-11-29 13:02:46 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2021-12-16 11:43:30 +0300
commit24e9a29b3cd520cda57140f5e061507dd2cbdd20 (patch)
treeab2df612963162bf2097966d7906286f21a0e8d8 /psalm.xml
parentdc8b79c4d2b4bf52ae4a4b930906391d1def277c (diff)
Add PHP 8.1 LDAP classes to ignored missing classes in psalm for docblocks
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index 4f75af61dde..85ed49c77ee 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -128,6 +128,9 @@
<referencedClass name="OCA\Talk\Share\Helper\DeletedShareAPIController" />
<!-- Classes from PHP>=8 -->
<referencedClass name="GdImage" />
+ <referencedClass name="LDAP\Connection" />
+ <referencedClass name="LDAP\Result" />
+ <referencedClass name="LDAP\ResultEntry" />
</errorLevel>
</UndefinedDocblockClass>
</issueHandlers>