Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
nextcloud-command 2022-10-02 04:39:59 +00:00 committed by GitHub
parent 08b1a25cbe
commit 705082199c
1 changed files with 1 additions and 20 deletions

View File

@ -2092,10 +2092,8 @@
<code>getAppsNeedingUpgrade</code> <code>getAppsNeedingUpgrade</code>
<code>getIncompatibleApps</code> <code>getIncompatibleApps</code>
</InternalMethod> </InternalMethod>
<InvalidArgument occurrences="3"> <InvalidArgument occurrences="1">
<code>$restrictions</code> <code>$restrictions</code>
<code>addServiceListener</code>
<code>addServiceListener</code>
</InvalidArgument> </InvalidArgument>
<RedundantCondition occurrences="1"> <RedundantCondition occurrences="1">
<code>((array)$request-&gt;getParam('appid')) !== ''</code> <code>((array)$request-&gt;getParam('appid')) !== ''</code>
@ -3668,12 +3666,6 @@
</UndefinedThisPropertyFetch> </UndefinedThisPropertyFetch>
</file> </file>
<file src="lib/private/Share/Share.php"> <file src="lib/private/Share/Share.php">
<FalsableReturnStatement occurrences="1">
<code>false</code>
</FalsableReturnStatement>
<InvalidArgument occurrences="1">
<code>$arguments</code>
</InvalidArgument>
<InvalidOperand occurrences="1"> <InvalidOperand occurrences="1">
<code>!self::isResharingAllowed()</code> <code>!self::isResharingAllowed()</code>
</InvalidOperand> </InvalidOperand>
@ -3825,9 +3817,6 @@
</NullableReturnStatement> </NullableReturnStatement>
</file> </file>
<file src="lib/private/Tags.php"> <file src="lib/private/Tags.php">
<InvalidArgument occurrences="1">
<code>[$this-&gt;user, $this-&gt;type, $chunk]</code>
</InvalidArgument>
<InvalidScalarArgument occurrences="2"> <InvalidScalarArgument occurrences="2">
<code>$from</code> <code>$from</code>
<code>$names</code> <code>$names</code>
@ -3974,14 +3963,6 @@
<code>$appId === null</code> <code>$appId === null</code>
</TypeDoesNotContainNull> </TypeDoesNotContainNull>
</file> </file>
<file src="lib/private/legacy/OC_DB.php">
<InvalidReturnStatement occurrences="1">
<code>$result</code>
</InvalidReturnStatement>
<InvalidReturnType occurrences="1">
<code>OC_DB_StatementWrapper</code>
</InvalidReturnType>
</file>
<file src="lib/private/legacy/OC_FileChunking.php"> <file src="lib/private/legacy/OC_FileChunking.php">
<UndefinedDocblockClass occurrences="1"> <UndefinedDocblockClass occurrences="1">
<code>\OC\InsufficientStorageException</code> <code>\OC\InsufficientStorageException</code>