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) {