Skip to content

Commit

Permalink
Update psaml baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
  • Loading branch information
CarlSchwan committed Dec 12, 2021
1 parent 64f8fe0 commit 94cf6f1
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2030,30 +2030,18 @@
<ParadoxicalCondition occurrences="1"/>
</file>
<file src="apps/user_ldap/lib/Group_LDAP.php">
<InvalidArgument occurrences="1">
<code>$this-&gt;cachedGroupsByMember[$uid]</code>
</InvalidArgument>
<InvalidArgument occurrences="1"/>
<InvalidPropertyAssignmentValue occurrences="5">
<code>$this-&gt;cachedGroupsByMember</code>
<code>$this-&gt;cachedNestedGroups</code>
<code>new CappedMemoryCache()</code>
<code>new CappedMemoryCache()</code>
<code>new CappedMemoryCache()</code>
</InvalidPropertyAssignmentValue>
<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">
Expand Down Expand Up @@ -3839,10 +3827,6 @@
<FalsableReturnStatement occurrences="1">
<code>false</code>
</FalsableReturnStatement>
<InvalidArgument occurrences="2">
<code>$source</code>
<code>$target</code>
</InvalidArgument>
<InvalidOperand occurrences="3">
<code>$result</code>
<code>$result</code>
Expand Down

0 comments on commit 94cf6f1

Please sign in to comment.