Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com>2020-12-16 07:33:17 +0300
committerGitHub <noreply@github.com>2020-12-16 07:33:17 +0300
commit815b39f5bca3d791edb62238c90d3ca60b8ccc10 (patch)
tree1bf69011b7e88c1bb9e26dd230c73f88bf931ba7 /build
parent815ec0b34af03823a3f09c0a616514e5c47a3393 (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index cdbd0dc6771..fbed4556196 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -1094,9 +1094,6 @@
<code>$userSession</code>
</RedundantCondition>
</file>
- <file src="apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php">
- <TooFewArguments occurrences="1"/>
- </file>
<file src="apps/federatedfilesharing/lib/Controller/RequestHandlerController.php">
<InvalidScalarArgument occurrences="7">
<code>$id</code>
@@ -2239,13 +2236,11 @@
<ParadoxicalCondition occurrences="1"/>
</file>
<file src="apps/user_ldap/lib/Group_LDAP.php">
- <InvalidArgument occurrences="3">
- <code>$this-&gt;cachedGroupMembers[$gid]</code>
+ <InvalidArgument occurrences="2">
<code>$this-&gt;cachedGroupsByMember[$uid]</code>
<code>'dn'</code>
</InvalidArgument>
- <InvalidPropertyAssignmentValue occurrences="6">
- <code>$this-&gt;cachedGroupMembers</code>
+ <InvalidPropertyAssignmentValue occurrences="5">
<code>$this-&gt;cachedGroupsByMember</code>
<code>$this-&gt;cachedNestedGroups</code>
<code>new CappedMemoryCache()</code>
@@ -2266,9 +2261,6 @@
<code>is_array($groupDNs)</code>
<code>is_array($list)</code>
</RedundantCondition>
- <TypeDoesNotContainType occurrences="1">
- <code>!is_array($members)</code>
- </TypeDoesNotContainType>
</file>
<file src="apps/user_ldap/lib/Helper.php">
<InvalidScalarArgument occurrences="1">