Browse Source

Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
tags/v26.0.0beta1
nextcloud-command 1 year ago
parent
commit
705082199c
1 changed files with 1 additions and 20 deletions
  1. 1
    20
      build/psalm-baseline.xml

+ 1
- 20
build/psalm-baseline.xml View File

<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>
</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>
</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>
<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>

Loading…
Cancel
Save