Skip to content

Commit d8a108c

Browse files
committed
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

+1-1
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)