diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-09-15 02:36:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-15 02:36:57 +0000 |
commit | b6becb3d693d22de8101c020d7d0e8603b125d69 (patch) | |
tree | 281833c48d190019fe7cce923c285b31fd8d72f3 /build | |
parent | fbfead385938327620df668845ff74c86b5ad478 (diff) | |
download | nextcloud-server-b6becb3d693d22de8101c020d7d0e8603b125d69.tar.gz nextcloud-server-b6becb3d693d22de8101c020d7d0e8603b125d69.zip |
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index f1f4864a156..764047bfbf1 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1895,9 +1895,6 @@ <code><![CDATA[null]]></code> <code><![CDATA[null]]></code> </NullableReturnStatement> - <ParamNameMismatch> - <code><![CDATA[$searchQuery]]></code> - </ParamNameMismatch> </file> <file src="lib/private/Files/Cache/FailedCache.php"> <InvalidReturnStatement> @@ -1947,9 +1944,6 @@ <code><![CDATA[array]]></code> <code><![CDATA[array]]></code> </LessSpecificImplementedReturnType> - <ParamNameMismatch> - <code><![CDATA[$searchQuery]]></code> - </ParamNameMismatch> </file> <file src="lib/private/Files/Config/MountProviderCollection.php"> <InvalidOperand> |