diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-10-20 12:01:19 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-10-20 13:14:39 +0200 |
commit | 99a752922f2241fd4c7477fcf00a68e3ead52461 (patch) | |
tree | d7e138ed5fac60240e332b04be0ce8e9cabbf82a /build/psalm-baseline.xml | |
parent | 60ec5e655c3450c8083f37aeccfbc2876b2a7d1a (diff) | |
download | nextcloud-server-99a752922f2241fd4c7477fcf00a68e3ead52461.tar.gz nextcloud-server-99a752922f2241fd4c7477fcf00a68e3ead52461.zip |
Fix psalm
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index dc2b8a8f10a..e672dee4c0e 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1628,20 +1628,10 @@ <ParadoxicalCondition occurrences="1"/> </file> <file src="apps/user_ldap/lib/Group_LDAP.php"> - <InvalidReturnStatement occurrences="1"> - <code>$groupName</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>bool</code> - </InvalidReturnType> - <InvalidScalarArgument occurrences="2"> + <InvalidScalarArgument occurrences="1"> <code>$groupID</code> <code>$groupID</code> </InvalidScalarArgument> - <RedundantCondition occurrences="2"> - <code>is_array($groupDNs)</code> - <code>is_array($list)</code> - </RedundantCondition> </file> <file src="apps/user_ldap/lib/Group_Proxy.php"> <ParamNameMismatch occurrences="1"> |