Skip to content

Commit

Permalink
update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 16, 2022
1 parent 549fc2c commit aa73323
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@
<code>CollectionInterface</code>
</InvalidReturnType>
</file>
<file src="src/CollectionDecorator.php">
<InvalidArgument occurrences="4">
<code>foldLeft1</code>
<code>foldRight1</code>
<code>scanLeft1</code>
<code>scanRight1</code>
</InvalidArgument>
<InvalidReturnType occurrences="8">
<code>array</code>
<code>static</code>
<code>static</code>
<code>static</code>
<code>static</code>
<code>static</code>
<code>static</code>
<code>static</code>
</InvalidReturnType>
</file>
<file src="src/Operation/All.php">
<InvalidReturnStatement occurrences="1"/>
<InvalidReturnType occurrences="1">
Expand Down

0 comments on commit aa73323

Please sign in to comment.