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-14 21:26:47 +0300
committerdartcafe <github@dartcafe.de>2021-05-14 21:26:47 +0300
commit600324422b5555d49264416d64fc30ca066cda8c (patch)
treee048478c5b55dd9423d5d6ee2ddbb8120ace264f /psalm.xml
parent8dbff266184c246a051ebdeaefd533a7313c57b8 (diff)
some more maintenance and refactoring
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 05bf93ed..dbd9a927 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -6,6 +6,7 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
errorBaseline="psalm-baseline.xml"
+ cacheDirectory=".psalm.cache"
>
<projectFiles>
<directory name="lib" />
@@ -20,7 +21,7 @@
<UndefinedClass>
<errorLevel type="suppress">
<referencedClass name="OC" />
- <referencedClass name="OC\Core\Command\Base" />
+ <referencedClass name="OC\Core\Command\Base" />
<referencedClass name="OC\DB\Connection" />
<referencedClass name="OC\DB\SchemaWrapper" />
<referencedClass name="OCA\Circles\Api\v1\Circles" />