Skip to content

Commit 8a1e3bf

Browse files
sagikazarmarkStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 8132139 commit 8a1e3bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Client.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Psr\Http\Message\ResponseInterface;
1111

1212
/**
13-
* HTTP client mock
13+
* HTTP client mock.
1414
*
1515
* This mock is most useful in tests. It does not send requests but stores them
1616
* for later retrieval. Additionally, you can set an exception to test
@@ -46,7 +46,7 @@ public function sendRequest(RequestInterface $request)
4646
}
4747

4848
/**
49-
* Add exception that will be thrown
49+
* Add exception that will be thrown.
5050
*
5151
* @param \Exception $exception
5252
*/
@@ -56,7 +56,7 @@ public function addException(\Exception $exception)
5656
}
5757

5858
/**
59-
* Add response that will be returned
59+
* Add response that will be returned.
6060
*
6161
* @param ResponseInterface $response
6262
*/
@@ -66,7 +66,7 @@ public function addResponse(ResponseInterface $response)
6666
}
6767

6868
/**
69-
* Get requests that were sent
69+
* Get requests that were sent.
7070
*
7171
* @return RequestInterface[]
7272
*/

0 commit comments

Comments
 (0)