diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-03-03 04:15:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 04:15:47 +0000 |
commit | 996e5de2e3c432b1b31457714e30fff96e4f6ff7 (patch) | |
tree | d447fce56bffa9ad176bd6a791101253950a7e53 /build | |
parent | 213e75b78a76e55254ba59e15c3e2697cc632dad (diff) | |
download | nextcloud-server-996e5de2e3c432b1b31457714e30fff96e4f6ff7.tar.gz nextcloud-server-996e5de2e3c432b1b31457714e30fff96e4f6ff7.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-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> |