From 94290f4b3aaf50c63d4f8530c448da5be253adba Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sun, 1 Sep 2024 13:47:45 +0200 Subject: [PATCH] prepare release --- src/Client.php | 2 ++ src/Stream.php | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index e6a96c0..116b621 100644 --- a/src/Client.php +++ b/src/Client.php @@ -19,6 +19,8 @@ * Use stream and socket capabilities of the core of PHP to send HTTP requests * * @author Joel Wurtz + * + * @final */ class Client implements HttpClient { diff --git a/src/Stream.php b/src/Stream.php index afe6dd6..e49844a 100644 --- a/src/Stream.php +++ b/src/Stream.php @@ -21,7 +21,9 @@ * * Writing and seeking is disable to avoid weird behaviors. * - * @author Joel Wurtz + * @author Joel Wurtz */ class Stream implements StreamInterface {