diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-12-02 20:27:14 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-12-02 20:27:14 +0100 |
commit | 40ebe24960958ec4212a0df0a963d032cc788326 (patch) | |
tree | b79b3f6452676dd2bd1ea0a1795afa5da130f2d4 /build | |
parent | 04c037ebfd80e6f91edafa24b2cd06ecceb1fc43 (diff) | |
download | nextcloud-server-40ebe24960958ec4212a0df0a963d032cc788326.tar.gz nextcloud-server-40ebe24960958ec4212a0df0a963d032cc788326.zip |
Update psalm-baseline.xml
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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 fd6cfd7841c..14dbf9d17a4 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> |