summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-08-23 10:54:48 +0200
committerJoas Schilling <coding@schilljs.com>2023-08-23 12:22:21 +0200
commit948f87851dc877628af584b7d593c74ece815203 (patch)
tree863409180e6efecce8017cd2203a0cfdab28f90f /psalm.xml
parent7851419d76a41949366d65d1894b19b1520576df (diff)
feat(psalm): Add a stub for the command base class
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index 94a7051d6..611762eb5 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -44,6 +44,7 @@
<referencedClass name="OCA\DAV\CardDAV\PhotoCache" />
<referencedClass name="OCA\FederatedFileSharing\AddressHandler" />
<referencedClass name="OCA\Files_Sharing\SharedStorage" />
+ <referencedClass name="Stecman\Component\Symfony\Console\BashCompletion\CompletionContext" />
</errorLevel>
</UndefinedClass>
<UndefinedDocblockClass>
@@ -82,6 +83,7 @@
<stubs>
<file name="tests/stubs/oc_comments_comment.php" />
<file name="tests/stubs/oc_comments_manager.php" />
+ <file name="tests/stubs/oc_core_command_base.php" />
<file name="tests/stubs/oc_hooks_emitter.php" />
<file name="tests/stubs/GuzzleHttp_Exception_ClientException.php" />
<file name="tests/stubs/GuzzleHttp_Exception_ConnectException.php" />