@@ -74,7 +74,7 @@ public function isSuccessful(RequestInterface $request)
7474 *
7575 * @return ResponseInterface
7676 *
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
7878 */
7979 public function getResponseFor (RequestInterface $ request )
8080 {
@@ -91,7 +91,7 @@ public function getResponseFor(RequestInterface $request)
9191 * @param RequestInterface $request
9292 * @param ResponseInterface $response
9393 *
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
9595 */
9696 public function addResponse (RequestInterface $ request , ResponseInterface $ response )
9797 {
@@ -146,7 +146,7 @@ public function isFailed(RequestInterface $request)
146146 *
147147 * @return Exception
148148 *
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
150150 */
151151 public function getExceptionFor (RequestInterface $ request )
152152 {
@@ -163,7 +163,7 @@ public function getExceptionFor(RequestInterface $request)
163163 * @param RequestInterface $request
164164 * @param Exception $exception
165165 *
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
167167 */
168168 public function addException (RequestInterface $ request , Exception $ exception )
169169 {
0 commit comments