spelling: useful

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:52 -04:00
parent 1bd6cfa2f3
commit d13bccbcfd
2 changed files with 2 additions and 2 deletions

View File

@ -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
*/

View File

@ -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
*/