Skip to content

Commit

Permalink
Update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
nextcloud-command authored Apr 6, 2022
1 parent d228951 commit d4b5b24
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3216,7 +3216,6 @@
</UndefinedThisPropertyAssignment>
</file>
<file src="lib/private/Files/Node/Folder.php">
<InvalidArgument occurrences="1"/>
<InvalidReturnStatement occurrences="1">
<code>new NonExistingFolder($this-&gt;root, $this-&gt;view, $path)</code>
</InvalidReturnStatement>
Expand Down Expand Up @@ -3672,11 +3671,7 @@
<code>null</code>
<code>null</code>
</NullableReturnStatement>
<RedundantCondition occurrences="5">
<code>$result</code>
<code>$result &amp;&amp; in_array('delete', $hooks) and $result</code>
<code>Constants::PERMISSION_READ</code>
<code>Constants::PERMISSION_READ</code>
<RedundantCondition occurrences="1">
<code>is_resource($source)</code>
</RedundantCondition>
<UndefinedDocblockClass occurrences="2">
Expand Down

0 comments on commit d4b5b24

Please sign in to comment.