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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-01-08 13:19:46 +0300
committerJoas Schilling <coding@schilljs.com>2021-01-08 13:19:46 +0300
commit1028908a7eed3c57a7391aed3a2b065f4f86ac4f (patch)
tree85a47fd8a467354300495cb5a240acc96c92343c /psalm.xml
parentf0220343e4f212f5f0fd1c21a1f4d108cc365596 (diff)
Update psalm baseline
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 9f232b8d8..fa0add4bd 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -18,6 +18,8 @@
<UndefinedClass>
<errorLevel type="suppress">
<referencedClass name="Doctrine\DBAL\Exception" />
+ <referencedClass name="Doctrine\DBAL\Exception\InvalidFieldNameException" />
+ <referencedClass name="Doctrine\DBAL\Exception\TableNotFoundException" />
<referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
<referencedClass name="Doctrine\DBAL\Platforms\PostgreSQL94Platform" />
<referencedClass name="Doctrine\DBAL\Types\Types" />