Skip to content

Commit

Permalink
Update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
  • Loading branch information
PVince81 committed Oct 22, 2021
1 parent 64b8438 commit 40c5f68
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3822,14 +3822,6 @@
<code>$this-&gt;e-&gt;getCode()</code>
</InvalidScalarArgument>
</file>
<file src="lib/private/Files/Storage/Flysystem.php">
<ParamNameMismatch occurrences="4">
<code>$source</code>
<code>$source</code>
<code>$target</code>
<code>$target</code>
</ParamNameMismatch>
</file>
<file src="lib/private/Files/Storage/Local.php">
<ImplicitToStringCast occurrences="1">
<code>$file</code>
Expand Down Expand Up @@ -3865,7 +3857,7 @@
</NoInterfaceProperties>
</file>
<file src="lib/private/Files/Storage/Wrapper/Availability.php">
<InvalidNullableReturnType occurrences="34">
<InvalidNullableReturnType occurrences="33">
<code>copy</code>
<code>copyFromStorage</code>
<code>file_exists</code>
Expand All @@ -3882,7 +3874,6 @@
<code>getMimeType</code>
<code>getOwner</code>
<code>getPermissions</code>
<code>hasUpdated</code>
<code>hash</code>
<code>isCreatable</code>
<code>isDeletable</code>
Expand Down Expand Up @@ -5035,18 +5026,12 @@
<InvalidPropertyAssignmentValue occurrences="1">
<code>$resource</code>
</InvalidPropertyAssignmentValue>
<InvalidReturnType occurrences="1">
<code>bool</code>
</InvalidReturnType>
<InvalidScalarArgument occurrences="4">
<code>$this-&gt;bitDepth</code>
<code>$x</code>
<code>$y</code>
<code>90</code>
</InvalidScalarArgument>
<MismatchingDocblockReturnType occurrences="1">
<code>bool</code>
</MismatchingDocblockReturnType>
<RedundantCondition occurrences="1">
<code>$isWritable</code>
</RedundantCondition>
Expand Down

0 comments on commit 40c5f68

Please sign in to comment.