Merge pull request #24718 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
This commit is contained in:
commit
4c133f2bd2
|
@ -1094,9 +1094,6 @@
|
||||||
<code>$userSession</code>
|
<code>$userSession</code>
|
||||||
</RedundantCondition>
|
</RedundantCondition>
|
||||||
</file>
|
</file>
|
||||||
<file src="apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php">
|
|
||||||
<TooFewArguments occurrences="1"/>
|
|
||||||
</file>
|
|
||||||
<file src="apps/federatedfilesharing/lib/Controller/RequestHandlerController.php">
|
<file src="apps/federatedfilesharing/lib/Controller/RequestHandlerController.php">
|
||||||
<InvalidScalarArgument occurrences="7">
|
<InvalidScalarArgument occurrences="7">
|
||||||
<code>$id</code>
|
<code>$id</code>
|
||||||
|
@ -2239,13 +2236,11 @@
|
||||||
<ParadoxicalCondition occurrences="1"/>
|
<ParadoxicalCondition occurrences="1"/>
|
||||||
</file>
|
</file>
|
||||||
<file src="apps/user_ldap/lib/Group_LDAP.php">
|
<file src="apps/user_ldap/lib/Group_LDAP.php">
|
||||||
<InvalidArgument occurrences="3">
|
<InvalidArgument occurrences="2">
|
||||||
<code>$this->cachedGroupMembers[$gid]</code>
|
|
||||||
<code>$this->cachedGroupsByMember[$uid]</code>
|
<code>$this->cachedGroupsByMember[$uid]</code>
|
||||||
<code>'dn'</code>
|
<code>'dn'</code>
|
||||||
</InvalidArgument>
|
</InvalidArgument>
|
||||||
<InvalidPropertyAssignmentValue occurrences="6">
|
<InvalidPropertyAssignmentValue occurrences="5">
|
||||||
<code>$this->cachedGroupMembers</code>
|
|
||||||
<code>$this->cachedGroupsByMember</code>
|
<code>$this->cachedGroupsByMember</code>
|
||||||
<code>$this->cachedNestedGroups</code>
|
<code>$this->cachedNestedGroups</code>
|
||||||
<code>new CappedMemoryCache()</code>
|
<code>new CappedMemoryCache()</code>
|
||||||
|
@ -2266,9 +2261,6 @@
|
||||||
<code>is_array($groupDNs)</code>
|
<code>is_array($groupDNs)</code>
|
||||||
<code>is_array($list)</code>
|
<code>is_array($list)</code>
|
||||||
</RedundantCondition>
|
</RedundantCondition>
|
||||||
<TypeDoesNotContainType occurrences="1">
|
|
||||||
<code>!is_array($members)</code>
|
|
||||||
</TypeDoesNotContainType>
|
|
||||||
</file>
|
</file>
|
||||||
<file src="apps/user_ldap/lib/Helper.php">
|
<file src="apps/user_ldap/lib/Helper.php">
|
||||||
<InvalidScalarArgument occurrences="1">
|
<InvalidScalarArgument occurrences="1">
|
||||||
|
|
Loading…
Reference in New Issue