diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2021-06-17 04:11:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 04:11:22 +0000 |
commit | 33bbd90aae1e54ab15ae9047963f7a7aa522783a (patch) | |
tree | ba37028cd2680e739cb2630c688678671c7c5cfa /build | |
parent | 78bfaeaa0e2c13e74f1c906e8eaea615a73463b2 (diff) | |
download | nextcloud-server-33bbd90aae1e54ab15ae9047963f7a7aa522783a.tar.gz nextcloud-server-33bbd90aae1e54ab15ae9047963f7a7aa522783a.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-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> |