diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-06-22 04:21:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 04:21:01 +0000 |
commit | 6c08e02a9c4b080e220e21898b4c0b415e6683c6 (patch) | |
tree | 9f7655e846b5776b532e27bc5baede4ef8230b0a /build | |
parent | a4647bbf6ef2535f51ee92115d75581313e4a3d4 (diff) | |
download | nextcloud-server-6c08e02a9c4b080e220e21898b4c0b415e6683c6.tar.gz nextcloud-server-6c08e02a9c4b080e220e21898b4c0b415e6683c6.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 1ebdcf7d15f..1a7238d5f96 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2558,22 +2558,11 @@ <ParamNameMismatch occurrences="1"> <code>$serializedCallable</code> </ParamNameMismatch> - <UndefinedFunction occurrences="1"> - <code>\Opis\Closure\unserialize($serializedCallable)</code> - </UndefinedFunction> </file> <file src="lib/private/Command/CommandJob.php"> <ParamNameMismatch occurrences="1"> <code>$serializedCommand</code> </ParamNameMismatch> - <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"> |