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:
authorJulius Härtl <jus@bitgrid.net>2020-12-08 19:14:06 +0300
committerJulius Härtl <jus@bitgrid.net>2020-12-09 15:20:25 +0300
commit8286f46ab94958678302e0a8471092226e6ad548 (patch)
tree0476e88f70cad117d2e62f5bbd3122b20c680333 /psalm.xml
parent85e6cbc87a9769bb603e081fee0b4e59a45cf3d1 (diff)
Suppress psalm warnings about app classes
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index b90af78022a..0706f566829 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -85,5 +85,12 @@
<file name="core/register_command.php" />
</errorLevel>
</UndefinedGlobalVariable>
+ <UndefinedDocblockClass>
+ <errorLevel type="suppress">
+ <!-- Helper classes for sharing API integration from other apps -->
+ <referencedClass name="OCA\Deck\Sharing\ShareAPIHelper" />
+ <referencedClass name="OCA\Talk\Share\Helper\DeletedShareAPIController" />
+ </errorLevel>
+ </UndefinedDocblockClass>
</issueHandlers>
</psalm>