@@ -74,7 +74,7 @@ public function isSuccessful(RequestInterface $request)
74
74
*
75
75
* @return ResponseInterface
76
76
*
77
- * @throws \UnexpectedValueException If request was not part of the batch or failed.
77
+ * @throws \UnexpectedValueException If request was not part of the batch or failed
78
78
*/
79
79
public function getResponseFor (RequestInterface $ request )
80
80
{
@@ -91,7 +91,7 @@ public function getResponseFor(RequestInterface $request)
91
91
* @param RequestInterface $request
92
92
* @param ResponseInterface $response
93
93
*
94
- * @return BatchResult the new BatchResult with this request-response pair added to it.
94
+ * @return BatchResult the new BatchResult with this request-response pair added to it
95
95
*/
96
96
public function addResponse (RequestInterface $ request , ResponseInterface $ response )
97
97
{
@@ -146,7 +146,7 @@ public function isFailed(RequestInterface $request)
146
146
*
147
147
* @return Exception
148
148
*
149
- * @throws \UnexpectedValueException If request was not part of the batch or was successful.
149
+ * @throws \UnexpectedValueException If request was not part of the batch or was successful
150
150
*/
151
151
public function getExceptionFor (RequestInterface $ request )
152
152
{
@@ -163,7 +163,7 @@ public function getExceptionFor(RequestInterface $request)
163
163
* @param RequestInterface $request
164
164
* @param Exception $exception
165
165
*
166
- * @return BatchResult the new BatchResult with this request-exception pair added to it.
166
+ * @return BatchResult the new BatchResult with this request-exception pair added to it
167
167
*/
168
168
public function addException (RequestInterface $ request , Exception $ exception )
169
169
{
0 commit comments