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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-01-11 10:24:40 +0300
committerJoas Schilling <coding@schilljs.com>2021-01-11 10:24:40 +0300
commit8356c4d9aa03c57ebbafae76e06cac47448b9a09 (patch)
tree2dc2a6e5f8aaf4c1ef77b78e055db9219d545d90 /psalm.xml
parent5d8d0c73a95bedc32ae80af4509585a294a43366 (diff)
Fix psalm class
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/psalm.xml b/psalm.xml
index 77f994945..dbfd50a20 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -16,7 +16,7 @@
<UndefinedClass>
<errorLevel type="suppress">
<referencedClass name="OC" />
- <referencedClass name="Doctrine\DBAL\Types\Type"/>
+ <referencedClass name="Doctrine\DBAL\Types\Types"/>
</errorLevel>
</UndefinedClass>
<UndefinedDocblockClass>