Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d8a108c

Browse files
committedMar 4, 2024
chore: apply updated phpcsf rules
1 parent 1d2c95a commit d8a108c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ private function headers(): Headers
2828

2929
final public function getBody(): StreamInterface
3030
{
31-
if (null === $this->stream) {
31+
if (! $this->stream instanceof StreamInterface) {
3232
$this->stream = new Stream();
3333
}
3434

0 commit comments

Comments
 (0)
Please sign in to comment.