diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-09-14 02:36:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-14 02:36:49 +0000 |
commit | a194aa543bb1bda02711364f7dde722dea6a293e (patch) | |
tree | 10e13747b88d5240fbc1816fba2d86fe217ca0a7 | |
parent | 26aa322e44cbb6900aa48f99d27b8bdd43a625a2 (diff) | |
download | nextcloud-server-a194aa543bb1bda02711364f7dde722dea6a293e.tar.gz nextcloud-server-a194aa543bb1bda02711364f7dde722dea6a293e.zip |
chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r-- | build/psalm-baseline.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 5b98a8285cf..8a34e649c54 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1150,9 +1150,6 @@ <InvalidOperand> <code><![CDATA[$i]]></code> </InvalidOperand> - <NullArgument> - <code><![CDATA[null]]></code> - </NullArgument> </file> <file src="apps/user_ldap/lib/Mapping/AbstractMapping.php"> <RedundantCondition> @@ -1884,9 +1881,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> @@ -1936,9 +1930,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> |