From 8986862ac94ddfbbbb47473a7bb8f96ad14f595c Mon Sep 17 00:00:00 2001 From: Lesnykh Ilia Date: Sun, 9 Apr 2017 15:34:22 +0300 Subject: [PATCH] Fix PHPDoc for Client::request method (#86) --- Client/Client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/Client.php b/Client/Client.php index e5c24d0..def13f0 100644 --- a/Client/Client.php +++ b/Client/Client.php @@ -228,11 +228,11 @@ protected function urlEncodeArray(array $encode) * Performs a request to an external payment service. * * @throws CommunicationException when an curl error occurs + * @throws \RuntimeException * * @param Request $request - * @param mixed $parameters either an array for form-data, or an url-encoded string * - * @return Response + * @return RawResponse */ public function request(Request $request) {