diff options
author | MichaIng <micha@dietpi.com> | 2022-03-04 00:15:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 00:15:03 +0100 |
commit | aec2e0fdc49b7b9aa9e9c6c10421bf1f13edb5dc (patch) | |
tree | 5851eb65ea5d00aee7917d5b954aca023a5d7bbd | |
parent | 787f4f02b361eec1eddf08709905ed4b5d250a48 (diff) | |
parent | 996e5de2e3c432b1b31457714e30fff96e4f6ff7 (diff) | |
download | nextcloud-server-aec2e0fdc49b7b9aa9e9c6c10421bf1f13edb5dc.tar.gz nextcloud-server-aec2e0fdc49b7b9aa9e9c6c10421bf1f13edb5dc.zip |
Merge pull request #31416 from nextcloud/automated/noid/psalm-baseline-update-1646280947
[Automated] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 4747f5ae6ca..b8aa188722a 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2699,22 +2699,10 @@ </UndefinedMethod> </file> <file src="lib/private/Archive/TAR.php"> - <InvalidReturnStatement occurrences="1"> - <code>$this->tar->extractInString($path)</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>string</code> - </InvalidReturnType> <UndefinedDocblockClass occurrences="1"> <code>$this->tar->extractInString($path)</code> </UndefinedDocblockClass> </file> - <file src="lib/private/Archive/ZIP.php"> - <ImplementedReturnTypeMismatch occurrences="2"> - <code>boolean|null</code> - <code>boolean|null</code> - </ImplementedReturnTypeMismatch> - </file> <file src="lib/private/Authentication/LoginCredentials/Store.php"> <RedundantCondition occurrences="1"> <code>$trySession</code> @@ -4609,9 +4597,6 @@ <InvalidNullableReturnType occurrences="1"> <code>getBackend</code> </InvalidNullableReturnType> - <InvalidPropertyAssignmentValue occurrences="1"> - <code>$this->config->getUserValue($uid, 'login', 'lastLogin', 0)</code> - </InvalidPropertyAssignmentValue> <InvalidReturnStatement occurrences="1"> <code>$image</code> </InvalidReturnStatement> |