From d13bccbcfdcda0a3a9e7ebaa6ac960f26929dab5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:52 -0400 Subject: [PATCH] spelling: useful Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/DI.php | 2 +- src/Network/HTTPClient/Factory/HttpClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DI.php b/src/DI.php index cc765fa529..8d706ed374 100644 --- a/src/DI.php +++ b/src/DI.php @@ -69,7 +69,7 @@ abstract class DI /** * Returns a clone of the current dice instance - * This usefull for overloading the current instance with mocked methods during tests + * This useful for overloading the current instance with mocked methods during tests * * @return Dice */ diff --git a/src/Network/HTTPClient/Factory/HttpClient.php b/src/Network/HTTPClient/Factory/HttpClient.php index 65f90dab83..c139828b6e 100644 --- a/src/Network/HTTPClient/Factory/HttpClient.php +++ b/src/Network/HTTPClient/Factory/HttpClient.php @@ -60,7 +60,7 @@ class HttpClient extends BaseFactory /** * Creates a IHTTPClient for communications with HTTP endpoints * - * @param HandlerStack|null $handlerStack (optional) A handler replacement (just usefull at test environments) + * @param HandlerStack|null $handlerStack (optional) A handler replacement (just useful at test environments) * * @return ICanSendHttpRequests */