diff options
author | Daniel <mail@danielkesselberg.de> | 2022-06-22 11:56:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 11:56:17 +0200 |
commit | b282fe1e6f5587a6440d170df245ad5acb8dc976 (patch) | |
tree | 6146c9b81e5f6e8d2b1a4810ec9edac93e48962f | |
parent | 14a16320ecdbd07faadaaa91c997f968e009dfbf (diff) | |
parent | 6c08e02a9c4b080e220e21898b4c0b415e6683c6 (diff) | |
download | nextcloud-server-b282fe1e6f5587a6440d170df245ad5acb8dc976.tar.gz nextcloud-server-b282fe1e6f5587a6440d170df245ad5acb8dc976.zip |
Merge pull request #32971 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-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 e89253b8870..937c2fe1687 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2549,22 +2549,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"> |