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>2022-09-27 08:55:09 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-27 08:55:51 +0300
commit19eb06beece4f6b051d28a1c7381f72e27d4b71f (patch)
treeb46ae6fa6a37f172f0e354624eb77064d7e35e53
parentfed811593ef3fb5e5ae321dde97533ef78e7ce27 (diff)
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--psalm.xml2
-rw-r--r--tests/psalm-baseline.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/psalm.xml b/psalm.xml
index 8a9fc0541..2d57aa16d 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -13,7 +13,7 @@
<directory name="lib" />
</projectFiles>
<extraFiles>
- <directory name="vendor/christophwurst/nextcloud" />
+ <directory name="vendor/nextcloud/ocp" />
</extraFiles>
<issueHandlers>
<UndefinedClass>
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
index 4280c4a47..917bf996c 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -105,7 +105,7 @@
<code>\OC\User\NoUserException</code>
</UndefinedDocblockClass>
</file>
- <file src="vendor/christophwurst/nextcloud/OCP/BackgroundJob/TimedJob.php">
+ <file src="vendor/nextcloud/ocp/OCP/BackgroundJob/TimedJob.php">
<ImplementedParamTypeMismatch occurrences="1">
<code>$jobList</code>
</ImplementedParamTypeMismatch>