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
committerJoas Schilling <coding@schilljs.com>2021-03-08 14:56:44 +0300
commit9f001b9bc9097e6b32f3e91279b524e045d5b6f7 (patch)
tree6c14fa62021fa65c152bed3337126c77a2285ca6 /psalm.xml
parent88a4c2c4f3e201fb51d6bd6e0b4c15da572af549 (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" />