Skip to content

Commit

Permalink
chore: apply updated phpcsf rules
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Mar 4, 2024
1 parent 1d2c95a commit d8a108c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private function headers(): Headers

final public function getBody(): StreamInterface
{
if (null === $this->stream) {
if (! $this->stream instanceof StreamInterface) {
$this->stream = new Stream();
}

Expand Down

0 comments on commit d8a108c

Please sign in to comment.