diff options
Diffstat (limited to 'build/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 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"> |