From f26f497131923886889deb4b843b179518888b1f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 13 Jul 2024 14:10:40 +0900 Subject: feat: add examples/hello-world --- src/Stream/StreamInterface.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Stream/StreamInterface.php') diff --git a/src/Stream/StreamInterface.php b/src/Stream/StreamInterface.php index 0655d22..723c38b 100644 --- a/src/Stream/StreamInterface.php +++ b/src/Stream/StreamInterface.php @@ -15,7 +15,7 @@ interface StreamInterface * A binary string of $bytes bytes. * * @throws UnexpectedEofException - * Thrown if the stream does not have enough bytes to read. + * If the stream does not have enough bytes to read. * * @phpstan-impure */ @@ -28,7 +28,7 @@ interface StreamInterface * An 8-bit unsigned integer read from the stream. * * @throws UnexpectedEofException - * Thrown if the stream have reached the end. + * If the stream have reached the end. * * @phpstan-impure */ @@ -41,7 +41,7 @@ interface StreamInterface * An 8-bit unsigned integer read from the stream. * * @throws UnexpectedEofException - * Thrown if the stream have reached the end. + * If the stream have reached the end. * * @phpstan-impure */ @@ -53,7 +53,7 @@ interface StreamInterface * @param positive-int $bytes * * @throws UnexpectedEofException - * Thrown if the stream does not have enough bytes to seek. + * If the stream does not have enough bytes to seek. * * @phpstan-impure */ -- cgit v1.2.3-70-g09d2