Browse Source

Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
tags/v24.0.0beta1
nextcloud-command 2 years ago
parent
commit
2a3bb7f3b0
1 changed files with 0 additions and 30 deletions
  1. 0
    30
      build/psalm-baseline.xml

+ 0
- 30
build/psalm-baseline.xml View File

@@ -345,9 +345,6 @@
</UndefinedPropertyFetch>
</file>
<file src="apps/dav/lib/CalDAV/ResourceBooking/AbstractPrincipalBackend.php">
<ImplementedReturnTypeMismatch occurrences="1">
<code>null|string</code>
</ImplementedReturnTypeMismatch>
<InvalidNullableReturnType occurrences="1">
<code>array</code>
</InvalidNullableReturnType>
@@ -640,9 +637,6 @@
<UndefinedFunction occurrences="1">
<code>\Sabre\Uri\split($this-&gt;path)</code>
</UndefinedFunction>
<UndefinedInterfaceMethod occurrences="1">
<code>writeStream</code>
</UndefinedInterfaceMethod>
</file>
<file src="apps/dav/lib/Connector/Sabre/FilesPlugin.php">
<UndefinedFunction occurrences="3">
@@ -2872,24 +2866,6 @@
<code>$trySession</code>
</RedundantCondition>
</file>
<file src="lib/private/Authentication/Token/DefaultToken.php">
<UndefinedMethod occurrences="14">
<code>parent::getExpires()</code>
<code>parent::getLastCheck()</code>
<code>parent::getLoginName()</code>
<code>parent::getName()</code>
<code>parent::getPassword()</code>
<code>parent::getRemember()</code>
<code>parent::getScope()</code>
<code>parent::setExpires($expires)</code>
<code>parent::setLastCheck($time)</code>
<code>parent::setName($name)</code>
<code>parent::setPassword($password)</code>
<code>parent::setScope((string)$scope)</code>
<code>parent::setScope(json_encode($scope))</code>
<code>parent::setToken($token)</code>
</UndefinedMethod>
</file>
<file src="lib/private/Authentication/Token/PublicKeyToken.php">
<UndefinedMethod occurrences="16">
<code>parent::getExpires()</code>
@@ -4699,9 +4675,6 @@
<code>$appName</code>
<code>\OC_User::getUser()</code>
</InvalidScalarArgument>
<TooManyArguments occurrences="1">
<code>Util::addScript('dist/unified-search', null, true)</code>
</TooManyArguments>
<UndefinedInterfaceMethod occurrences="1">
<code>getInitialStates</code>
</UndefinedInterfaceMethod>
@@ -4912,9 +4885,6 @@
<RedundantCondition occurrences="1">
<code>count($obd_values) &gt; 0</code>
</RedundantCondition>
<UndefinedInterfaceMethod occurrences="1">
<code>getSourceStorage</code>
</UndefinedInterfaceMethod>
</file>
<file src="lib/private/legacy/OC_Image.php">
<FalsableReturnStatement occurrences="3">

Loading…
Cancel
Save