Skip to content

Commit

Permalink
Update psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
denisyukphp committed Jul 1, 2024
1 parent ba7ad07 commit 2558ebd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.30.0@d0bc6e25d89f649e4f36a534f330f8bb4643dd69">
<file src="src/Retry/BackOffRetry.php">
<InvalidReturnType occurrences="1">
<code>mixed</code>
</InvalidReturnType>
</file>
<file src="src/Retry/Retry.php">
<InvalidReturnType occurrences="1">
<code>mixed</code>
</InvalidReturnType>
<PossiblyNullReference occurrences="2">
<code>backOff</code>
<code>classify</code>
</PossiblyNullReference>
</file>
</files>

0 comments on commit 2558ebd

Please sign in to comment.