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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-12-03 10:44:53 +0300
committerGitHub <noreply@github.com>2020-12-03 10:44:53 +0300
commitfbc06d39c767f5301665a67638c49060e84a5a9d (patch)
tree6160c1597d324012f07f917696320f3791526026 /build
parentb52a1e196ef6bdc6b099bb48e3eaae99ad51b5af (diff)
parent40ebe24960958ec4212a0df0a963d032cc788326 (diff)
Merge pull request #24429 from nextcloud/3rdparty/closure
[3rdparty] Migrate to Opis/Closure
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index e07218cf078..379ea1a1c97 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -3281,6 +3281,21 @@
<code>''</code>
</TypeDoesNotContainType>
</file>
+ <file src="lib/private/Command/ClosureJob.php">
+ <UndefinedFunction occurrences="1">
+ <code>\Opis\Closure\unserialize($serializedCallable)</code>
+ </UndefinedFunction>
+ </file>
+ <file src="lib/private/Command/CommandJob.php">
+ <UndefinedFunction occurrences="1">
+ <code>\Opis\Closure\unserialize($serializedCommand)</code>
+ </UndefinedFunction>
+ </file>
+ <file src="lib/private/Command/CronBus.php">
+ <UndefinedFunction occurrences="1">
+ <code>\Opis\Closure\serialize($command)</code>
+ </UndefinedFunction>
+ </file>
<file src="lib/private/Comments/Comment.php">
<ImplementedReturnTypeMismatch occurrences="1">
<code>\DateTime|null</code>