Skip to content

Commit a9133be

Browse files
authored
Bump CI tools (#995)
1 parent 301357d commit a9133be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Stream/ResponseBodyStream.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function getContentAsString(): string
7777
}
7878
}
7979

80+
/** @psalm-suppress PossiblyNullReference */
8081
return $this->fallback->getContentAsString();
8182
}
8283

@@ -91,6 +92,7 @@ public function getContentAsResource()
9192
}
9293
}
9394

95+
/** @psalm-suppress PossiblyNullReference */
9496
return $this->fallback->getContentAsResource();
9597
}
9698
}

0 commit comments

Comments
 (0)