spelling: useful
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1bd6cfa2f3
commit
d13bccbcfd
|
@ -69,7 +69,7 @@ abstract class DI
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a clone of the current dice instance
|
* 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
|
* @return Dice
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -60,7 +60,7 @@ class HttpClient extends BaseFactory
|
||||||
/**
|
/**
|
||||||
* Creates a IHTTPClient for communications with HTTP endpoints
|
* 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
|
* @return ICanSendHttpRequests
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue