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>2020-11-02 16:29:03 +0300
committerJoas Schilling <coding@schilljs.com>2020-11-26 11:46:43 +0300
commit12d1bf1b7b32a3301e20db60c0de417c9018f8a8 (patch)
tree82a46a125493554393446b33c2e4e934d803bb3a /psalm.xml
parent59133fe982c0c391152332e0da8ba69f70cce6ae (diff)
Fix CS and psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/psalm.xml b/psalm.xml
index 050ae8101..70f2c04ad 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -20,13 +20,14 @@
<issueHandlers>
<UndefinedClass>
<errorLevel type="suppress">
- <referencedClass name="OC" />
- <referencedClass name="Doctrine\DBAL\Types\Type" />
<referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
+ <referencedClass name="Doctrine\DBAL\Types\Type" />
+ <referencedClass name="OC" />
</errorLevel>
</UndefinedClass>
<UndefinedDocblockClass>
<errorLevel type="suppress">
+ <referencedClass name="Doctrine\DBAL\Exception\UniqueConstraintViolationException" />
<referencedClass name="Doctrine\DBAL\Schema\Schema" />
<referencedClass name="Doctrine\DBAL\Schema\SchemaException" />
<referencedClass name="Doctrine\DBAL\Driver\Statement" />