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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-09 18:18:57 +0300
committerdartcafe <github@dartcafe.de>2021-05-09 18:18:57 +0300
commit68eddc6b27cbffec6bef53b35fc00a7a68c36ab8 (patch)
tree75d7e140da1865e2629f5f0fd32efb81630454ec /psalm.xml
parentdd59514dbc3e453e0da86b5687dc28f0d6fcca46 (diff)
tidy and maintenance
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/psalm.xml b/psalm.xml
index b15701e3..05bf93ed 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -5,6 +5,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
+ errorBaseline="psalm-baseline.xml"
>
<projectFiles>
<directory name="lib" />
@@ -20,8 +21,8 @@
<errorLevel type="suppress">
<referencedClass name="OC" />
<referencedClass name="OC\Core\Command\Base" />
- <referencedClass name="OC\DB\SchemaWrapper" />
<referencedClass name="OC\DB\Connection" />
+ <referencedClass name="OC\DB\SchemaWrapper" />
<referencedClass name="OCA\Circles\Api\v1\Circles" />
</errorLevel>
</UndefinedClass>