Skip to content

Commit

Permalink
Update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
  • Loading branch information
Xerkus committed Aug 23, 2023
1 parent 9319220 commit 1f2f91d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,16 @@
</PossiblyUnusedReturnValue>
</file>
<file src="src/SwooleStream.php">
<PossiblyNullOperand>
<code>$size</code>
<code>$size</code>
</PossiblyNullOperand>
<PossiblyNullPropertyAssignmentValue>
<code>$size</code>
<code><![CDATA[$this->index + $length >= $size
? $size
: $this->index + $length]]></code>
</PossiblyNullPropertyAssignmentValue>
<PossiblyUnusedReturnValue>
<code>int</code>
</PossiblyUnusedReturnValue>
Expand Down

0 comments on commit 1f2f91d

Please sign in to comment.