diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-12-03 04:11:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 04:11:55 +0000 |
commit | 2a3bb7f3b0691d948343fe3ad34b64f19acd1a93 (patch) | |
tree | da65ef98168f1294f09d258def3c59857d55ee86 /build | |
parent | 8c3ab46545bc829ade7af83774e9b287cc45ff7a (diff) | |
download | nextcloud-server-2a3bb7f3b0691d948343fe3ad34b64f19acd1a93.tar.gz nextcloud-server-2a3bb7f3b0691d948343fe3ad34b64f19acd1a93.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index cca3cbd2b54..e8167c12fee 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -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->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) > 0</code> </RedundantCondition> - <UndefinedInterfaceMethod occurrences="1"> - <code>getSourceStorage</code> - </UndefinedInterfaceMethod> </file> <file src="lib/private/legacy/OC_Image.php"> <FalsableReturnStatement occurrences="3"> |