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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-23 11:53:36 +0300
committerdartcafe <github@dartcafe.de>2021-06-04 22:46:13 +0300
commit07247655ee657d4d4f2c8968c349bc57ce271758 (patch)
tree6b7875e72bb493d2c514d9e53aeaa07257297f2f /psalm.xml
parent918533ea5ff6884114a2dbc4b220ab77c942c863 (diff)
psalm
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index 9a823f52..f500c15e 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -30,6 +30,10 @@
</UndefinedClass>
<UndefinedDocblockClass>
<errorLevel type="suppress">
+ <referencedClass name="Doctrine\DBAL\Schema\Schema" />
+ <referencedClass name="Doctrine\DBAL\Schema\SchemaException" />
+ <referencedClass name="Doctrine\DBAL\Driver\Statement" />
+ <referencedClass name="Doctrine\DBAL\Schema\Table" />
<referencedClass name="OC\DB\Connection" />
<referencedClass name="OCA\Circles\Model\Circle" />
</errorLevel>