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 Jan 24, 2023
1 parent f3bf55a commit 77a77d8
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3431,19 +3431,12 @@
<InvalidOperand occurrences="1">
<code>$result</code>
</InvalidOperand>
<InvalidReturnStatement occurrences="3">
<code>$helper-&gt;getFileSize($fullPath)</code>
<InvalidReturnStatement occurrences="1">
<code>$result</code>
<code>$space</code>
</InvalidReturnStatement>
<InvalidReturnType occurrences="3">
<code>filesize</code>
<code>free_space</code>
<InvalidReturnType occurrences="1">
<code>rename</code>
</InvalidReturnType>
<NullableReturnStatement occurrences="1">
<code>$helper-&gt;getFileSize($fullPath)</code>
</NullableReturnStatement>
<TypeDoesNotContainNull occurrences="2">
<code>$space === false || is_null($space)</code>
<code>is_null($space)</code>
Expand Down Expand Up @@ -3558,12 +3551,6 @@
</InvalidReturnType>
</file>
<file src="lib/private/Files/Storage/Wrapper/Quota.php">
<InvalidReturnStatement occurrences="1">
<code>$extension === 'part'</code>
</InvalidReturnStatement>
<InvalidReturnType occurrences="1">
<code>string</code>
</InvalidReturnType>
<InvalidScalarArgument occurrences="2">
<code>$free</code>
<code>'ext'</code>
Expand Down

0 comments on commit 77a77d8

Please sign in to comment.