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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 17:32:21 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 17:37:40 +0300
commitaf4d014173818c612daa22c5ebb2c2326aa00db9 (patch)
treeabb9a87221aeb98495a5d2acb983916639b9d052 /psalm.xml
parent21506c39f865b1fb3ac8315d9a2926d28244557e (diff)
Add baseline
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/psalm.xml b/psalm.xml
index 3cda83ef2..77f994945 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -10,6 +10,23 @@
<directory name="lib" />
</projectFiles>
<extraFiles>
- <directory name="vendor" />
+ <directory name="vendor/christophwurst/nextcloud" />
</extraFiles>
+ <issueHandlers>
+ <UndefinedClass>
+ <errorLevel type="suppress">
+ <referencedClass name="OC" />
+ <referencedClass name="Doctrine\DBAL\Types\Type"/>
+ </errorLevel>
+ </UndefinedClass>
+ <UndefinedDocblockClass>
+ <errorLevel type="suppress">
+ <referencedClass name="Doctrine\DBAL\Driver\Statement" />
+ <referencedClass name="Doctrine\DBAL\Schema\Schema" />
+ <referencedClass name="Doctrine\DBAL\Schema\SchemaException" />
+ <referencedClass name="Doctrine\DBAL\Schema\Table" />
+ <referencedClass name="Doctrine\DBAL\Statement" />
+ </errorLevel>
+ </UndefinedDocblockClass>
+ </issueHandlers>
</psalm>