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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2020-10-28 16:10:03 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-28 23:51:53 +0300
commit3caa7ca676c6022ce36bd09bfb2cfafe079da146 (patch)
treed20b9dd2a3657799e2fb3f5e77a1ca0efed1af16 /psalm.xml
parentf65863f70aa9c73ecb06a78a3b4134b3cfbd2617 (diff)
Add a stub for the comments manager to clarify it's defined methods
Signed-off-by: Joas Schilling <coding@schilljs.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 b8d2d0fe1..9e02af139 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -32,4 +32,7 @@
</errorLevel>
</UndefinedDocblockClass>
</issueHandlers>
+ <stubs>
+ <file name="tests/stubs/oc_comments_manager.php" />
+ </stubs>
</psalm>