diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2025-06-17 11:32:53 +0200 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2025-06-19 10:32:22 +0200 |
commit | ec8986eca0431dc2f1ae997bdd3c7e2550bab205 (patch) | |
tree | 73aa7100721c226fe44df78f497577b4e3b316a5 | |
parent | 77e8b22258b23747460c8c8c681feb4a7ab4d6ae (diff) | |
download | nextcloud-server-fix/cleanup-dependencyanalyser.tar.gz nextcloud-server-fix/cleanup-dependencyanalyser.zip |
chore: update psalm baselinefix/cleanup-dependencyanalyser
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r-- | build/psalm-baseline.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 5e1cdb28dd3..1a546d8c4d6 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3208,7 +3208,6 @@ </DeprecatedClass> <DeprecatedInterface> <code><![CDATA[$object]]></code> - <code><![CDATA[Task]]></code> <code><![CDATA[private]]></code> </DeprecatedInterface> </file> @@ -3360,18 +3359,6 @@ <code><![CDATA[version_compare($first, $second, $operator)]]></code> </NullableReturnStatement> </file> - <file src="lib/private/App/InfoParser.php"> - <InvalidArrayOffset> - <code><![CDATA[$array[$element][]]]></code> - <code><![CDATA[$array[$element][]]]></code> - </InvalidArrayOffset> - <InvalidReturnStatement> - <code><![CDATA[(string)$xml]]></code> - </InvalidReturnStatement> - <InvalidReturnType> - <code><![CDATA[array]]></code> - </InvalidReturnType> - </file> <file src="lib/private/AppConfig.php"> <NullableReturnStatement> <code><![CDATA[$this->fastCache[$app][$key] ?? $default]]></code> |