summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--psalm.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
index fa0add4bd..461dd852c 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -35,8 +35,14 @@
<referencedClass name="Doctrine\DBAL\Schema\Schema" />
<referencedClass name="Doctrine\DBAL\Schema\SchemaException" />
<referencedClass name="Doctrine\DBAL\Schema\Table" />
+ <referencedClass name="OC\DB\ConnectionAdapter" />
</errorLevel>
</UndefinedDocblockClass>
+ <UndefinedInterfaceMethod>
+ <errorLevel type="suppress">
+ <referencedMethod name="OCP\IDBConnection::getInner" />
+ </errorLevel>
+ </UndefinedInterfaceMethod>
<InvalidThrow>
<errorLevel type="suppress">
<referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />