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
diff options
context:
space:
mode:
authorkesselb <mail@danielkesselberg.de>2021-06-02 11:09:52 +0300
committerGitHub <noreply@github.com>2021-06-02 11:09:52 +0300
commitd9a9714675eaeca689302eea8e432ff32ca2f048 (patch)
treeadcfcfbfe1344136526f4a7fd5626d55797263ac
parent142d311a13dee15958192baa68bec6585bdac591 (diff)
parent4b011e35fa62f052707949bc0759ded0e188df9d (diff)
Merge pull request #27340 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
-rw-r--r--build/psalm-baseline.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index dca38e1131d..fc6c553d0c0 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -3003,15 +3003,6 @@
<code>bool|mixed</code>
</LessSpecificImplementedReturnType>
</file>
- <file src="lib/private/Collaboration/Collaborators/GroupPlugin.php">
- <UndefinedThisPropertyAssignment occurrences="1">
- <code>$this-&gt;shareeEnumerationInGroupOnly</code>
- </UndefinedThisPropertyAssignment>
- <UndefinedThisPropertyFetch occurrences="2">
- <code>$this-&gt;shareeEnumerationInGroupOnly</code>
- <code>$this-&gt;shareeEnumerationInGroupOnly</code>
- </UndefinedThisPropertyFetch>
- </file>
<file src="lib/private/Collaboration/Resources/Manager.php">
<RedundantCondition occurrences="1">
<code>$user instanceof IUser</code>