File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010use 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 */
You can’t perform that action at this time.
0 commit comments