summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-01-08 11:08:02 +0100
committerJoas Schilling <coding@schilljs.com>2021-01-08 11:12:34 +0100
commitf0220343e4f212f5f0fd1c21a1f4d108cc365596 (patch)
tree4db67e8cd0f7d8ac457f99bf3fc6040ceebe7d38 /psalm.xml
parent19c90af6c7a27dcfece0b1331d25d2fff102c10b (diff)
Update code to work with doctrine/dbal 3.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/psalm.xml b/psalm.xml
index 2d11ccffa..9f232b8d8 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -17,18 +17,21 @@
<issueHandlers>
<UndefinedClass>
<errorLevel type="suppress">
+ <referencedClass name="Doctrine\DBAL\Exception" />
<referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
- <referencedClass name="Doctrine\DBAL\Types\Type" />
+ <referencedClass name="Doctrine\DBAL\Platforms\PostgreSQL94Platform" />
<referencedClass name="Doctrine\DBAL\Types\Types" />
<referencedClass name="OC" />
</errorLevel>
</UndefinedClass>
<UndefinedDocblockClass>
<errorLevel type="suppress">
+ <referencedClass name="Doctrine\DBAL\Driver\Statement" />
+ <referencedClass name="Doctrine\DBAL\Exception" />
<referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
+ <referencedClass name="Doctrine\DBAL\Platforms\AbstractPlatform" />
<referencedClass name="Doctrine\DBAL\Schema\Schema" />
<referencedClass name="Doctrine\DBAL\Schema\SchemaException" />
- <referencedClass name="Doctrine\DBAL\Driver\Statement" />
<referencedClass name="Doctrine\DBAL\Schema\Table" />
</errorLevel>
</UndefinedDocblockClass>