diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2020-12-03 08:44:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 08:44:53 +0100 |
commit | fbc06d39c767f5301665a67638c49060e84a5a9d (patch) | |
tree | 6160c1597d324012f07f917696320f3791526026 /build | |
parent | b52a1e196ef6bdc6b099bb48e3eaae99ad51b5af (diff) | |
parent | 40ebe24960958ec4212a0df0a963d032cc788326 (diff) | |
download | nextcloud-server-fbc06d39c767f5301665a67638c49060e84a5a9d.tar.gz nextcloud-server-fbc06d39c767f5301665a67638c49060e84a5a9d.zip |
Merge pull request #24429 from nextcloud/3rdparty/closure
[3rdparty] Migrate to Opis/Closure
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 15 |
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> |