diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-09-15 02:36:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-15 02:36:17 +0000 |
commit | 4fe6c26dda32a7f212aa1e2e37161c2445aa1542 (patch) | |
tree | 50eae411cdf655ce03b9da872a68c5e7d0057d5c | |
parent | 653055372074e8972d3a002fcc90cce50242343d (diff) | |
download | nextcloud-server-4fe6c26dda32a7f212aa1e2e37161c2445aa1542.tar.gz nextcloud-server-4fe6c26dda32a7f212aa1e2e37161c2445aa1542.zip |
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-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 8c16da2acf9..4aa876c66cd 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1978,9 +1978,6 @@ <code>null</code> <code>null</code> </NullableReturnStatement> - <ParamNameMismatch> - <code>$searchQuery</code> - </ParamNameMismatch> </file> <file src="lib/private/Files/Cache/FailedCache.php"> <InvalidReturnStatement> @@ -2030,9 +2027,6 @@ <code>array</code> <code>array</code> </LessSpecificImplementedReturnType> - <ParamNameMismatch> - <code>$searchQuery</code> - </ParamNameMismatch> </file> <file src="lib/private/Files/Config/MountProviderCollection.php"> <InvalidOperand> |