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:
authorRené Gieling <github@dartcafe.de>2021-05-22 18:13:16 +0300
committerGitHub <noreply@github.com>2021-05-22 18:13:16 +0300
commit56d4220d563776b0b79788c7e7843cb985e82312 (patch)
tree34cc7b9844561afb5c56f0bb70a40f34042dad1c /psalm.xml
parentb845e6e51135dfa9bde2743c4ec8f6a104036cfd (diff)
Enh/email markdown (#1631)
* Render poll description in invitations with markdown * update makefile * remove doctrine/orm * psalm ignore doctrine errors * update workflows
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 dbd9a927..5c3f25c2 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -25,6 +25,9 @@
<referencedClass name="OC\DB\Connection" />
<referencedClass name="OC\DB\SchemaWrapper" />
<referencedClass name="OCA\Circles\Api\v1\Circles" />
+ <referencedClass name="Doctrine\DBAL\Exception\TableNotFoundException" />
+ <referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
+ <referencedClass name="Doctrine\DBAL\Types\Type" />
</errorLevel>
</UndefinedClass>
<UndefinedDocblockClass>