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-03-08 14:56:44 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-03-16 16:37:58 +0300
commitbd1ef0076286ce98d9ef2700a4f1f16419d45eb7 (patch)
treecba8371046eced1240f9181ec3bd175b73886546 /psalm.xml
parent813fd892f9c19090b9abeb324dfd14f0cbc70745 (diff)
Ignore Psalm error on getInner
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-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" />