diff options
author | kesselb <mail@danielkesselberg.de> | 2021-06-02 10:09:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 10:09:52 +0200 |
commit | d9a9714675eaeca689302eea8e432ff32ca2f048 (patch) | |
tree | adcfcfbfe1344136526f4a7fd5626d55797263ac | |
parent | 142d311a13dee15958192baa68bec6585bdac591 (diff) | |
parent | 4b011e35fa62f052707949bc0759ded0e188df9d (diff) | |
download | nextcloud-server-d9a9714675eaeca689302eea8e432ff32ca2f048.tar.gz nextcloud-server-d9a9714675eaeca689302eea8e432ff32ca2f048.zip |
Merge pull request #27340 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
[Automated] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 9 |
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->shareeEnumerationInGroupOnly</code> - </UndefinedThisPropertyAssignment> - <UndefinedThisPropertyFetch occurrences="2"> - <code>$this->shareeEnumerationInGroupOnly</code> - <code>$this->shareeEnumerationInGroupOnly</code> - </UndefinedThisPropertyFetch> - </file> <file src="lib/private/Collaboration/Resources/Manager.php"> <RedundantCondition occurrences="1"> <code>$user instanceof IUser</code> |