Skip to content

Commit

Permalink
Merge pull request #29128 from nextcloud/automated/noid/psalm-baselin…
Browse files Browse the repository at this point in the history
…e-update

[Automated] Update psalm-baseline.xml
  • Loading branch information
kesselb authored Oct 8, 2021
2 parents 6294786 + 27ac2f4 commit 8d2caa0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 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 @@ -4466,9 +4458,6 @@
<NullableReturnStatement occurrences="1">
<code>$this-&gt;collectionName</code>
</NullableReturnStatement>
<RedundantCondition occurrences="1">
<code>$file !== false</code>
</RedundantCondition>
</file>
<file src="lib/private/Search.php">
<RedundantCondition occurrences="1">
Expand Down Expand Up @@ -5035,18 +5024,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 8d2caa0

Please sign in to comment.