From 7f3246e4582a488327f2a9da01111db1a4a32b91 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 30 Jul 2025 07:32:58 +0900 Subject: chore: enable common ruleset of ecs --- src/Stream/BlobStream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Stream/BlobStream.php') diff --git a/src/Stream/BlobStream.php b/src/Stream/BlobStream.php index 3f8004b..08eed21 100644 --- a/src/Stream/BlobStream.php +++ b/src/Stream/BlobStream.php @@ -90,7 +90,7 @@ final class BlobStream implements StreamInterface private function ensureNBytesAvailable(int $bytes): void { if ($this->len < $this->pos + $bytes) { - throw new UnexpectedEofException(sprintf("Unexpected EOF while reading from blob (%d bytes expected, %d bytes read)", $bytes, $this->len - $this->pos)); + throw new UnexpectedEofException(sprintf('Unexpected EOF while reading from blob (%d bytes expected, %d bytes read)', $bytes, $this->len - $this->pos)); } } } -- cgit v1.2.3-70-g09d2