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:56:04 +0300
commit21f0425be4d7d591b8b311867c1e7e4af14e9b4c (patch)
treef4e78bf1a8eb4d598930eb9d064a3c64894679ea
parent67b44e3c9091f1e5968f032a2473d758247db0bd (diff)
More package rename
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 dbfd50a20..b93ed82c3 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -10,7 +10,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 6f49585fd..e915cf819 100644
--- a/tests/psalm-baseline.xml
+++ b/tests/psalm-baseline.xml
@@ -191,7 +191,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>