diff options
author | kesselb <mail@danielkesselberg.de> | 2021-06-17 10:11:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 10:11:52 +0200 |
commit | 330b8802f9b4537247e4341e05461e8cf54c405b (patch) | |
tree | ba37028cd2680e739cb2630c688678671c7c5cfa | |
parent | 78bfaeaa0e2c13e74f1c906e8eaea615a73463b2 (diff) | |
parent | 33bbd90aae1e54ab15ae9047963f7a7aa522783a (diff) | |
download | nextcloud-server-330b8802f9b4537247e4341e05461e8cf54c405b.tar.gz nextcloud-server-330b8802f9b4537247e4341e05461e8cf54c405b.zip |
Merge pull request #27534 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 2e5e55e2673..259eb35a886 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1217,7 +1217,7 @@ </TooManyArguments> </file> <file src="apps/files_external/appinfo/routes.php"> - <InvalidScope occurrences="2"> + <InvalidScope occurrences="1"> <code>$this</code> <code>$this</code> </InvalidScope> @@ -1482,14 +1482,6 @@ <FalsableReturnStatement occurrences="1"> <code>false</code> </FalsableReturnStatement> - <InvalidReturnStatement occurrences="2"> - <code>$entry</code> - <code>$this->formatCacheEntry(clone $this->sourceRootInfo, '')</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="2"> - <code>formatCacheEntry</code> - <code>get</code> - </InvalidReturnType> <NullArgument occurrences="1"> <code>null</code> </NullArgument> @@ -3287,14 +3279,6 @@ <code>$path</code> </MoreSpecificImplementedParamType> </file> - <file src="lib/private/Files/Cache/QuerySearchHelper.php"> - <InvalidScalarArgument occurrences="4"> - <code>$value</code> - <code>$value</code> - <code>$value</code> - <code>$value</code> - </InvalidScalarArgument> - </file> <file src="lib/private/Files/Cache/Scanner.php"> <InvalidReturnStatement occurrences="1"> <code>$existingChildren</code> @@ -3320,21 +3304,6 @@ <code>$this->cache instanceof Cache</code> </RedundantCondition> </file> - <file src="lib/private/Files/Cache/Wrapper/CacheJail.php"> - <ImplementedReturnTypeMismatch occurrences="1"> - <code>array</code> - </ImplementedReturnTypeMismatch> - <InvalidReturnStatement occurrences="1"> - <code>$entry</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>array</code> - </InvalidReturnType> - <LessSpecificImplementedReturnType occurrences="2"> - <code>array</code> - <code>array</code> - </LessSpecificImplementedReturnType> - </file> <file src="lib/private/Files/Cache/Wrapper/CacheWrapper.php"> <LessSpecificImplementedReturnType occurrences="1"> <code>array</code> |