diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-14 04:31:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-14 04:31:55 +0000 |
commit | 06144cb49b5f088b71b8bf75899856a1dd1f3a62 (patch) | |
tree | 10e13747b88d5240fbc1816fba2d86fe217ca0a7 | |
parent | 26aa322e44cbb6900aa48f99d27b8bdd43a625a2 (diff) | |
parent | a194aa543bb1bda02711364f7dde722dea6a293e (diff) | |
download | nextcloud-server-06144cb49b5f088b71b8bf75899856a1dd1f3a62.tar.gz nextcloud-server-06144cb49b5f088b71b8bf75899856a1dd1f3a62.zip |
Merge pull request #47961 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-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> |