Browse Source

Merge pull request #27340 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml
pull/27342/head
kesselb 5 years ago
committed by GitHub
parent
commit
d9a9714675
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      build/psalm-baseline.xml

9
build/psalm-baseline.xml

@ -3003,15 +3003,6 @@
<code>bool|mixed</code> <code>bool|mixed</code>
</LessSpecificImplementedReturnType> </LessSpecificImplementedReturnType>
</file> </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"> <file src="lib/private/Collaboration/Resources/Manager.php">
<RedundantCondition occurrences="1"> <RedundantCondition occurrences="1">
<code>$user instanceof IUser</code> <code>$user instanceof IUser</code>

Loading…
Cancel
Save