mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Update psalm-baseline.xml
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
04c037ebfd
commit
40ebe24960
1 changed files with 15 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue