summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-26 12:48:37 +0100
committerJoas Schilling <coding@schilljs.com>2020-10-30 10:38:50 +0100
commitca16dcab45e95d3ebc93519e7a87d158da2f5ca4 (patch)
tree4b6a68bc24105307e24a2a1a588ddc350255bc0c /psalm.xml
parent8cdcf5aa74a404e492cad5c5f82971e18b3af59d (diff)
Ignore "missing" doctrine classes
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 9e02af139..050ae8101 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -21,6 +21,8 @@
<UndefinedClass>
<errorLevel type="suppress">
<referencedClass name="OC" />
+ <referencedClass name="Doctrine\DBAL\Types\Type" />
+ <referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
</errorLevel>
</UndefinedClass>
<UndefinedDocblockClass>