Skip to content

Commit

Permalink
Fix PHPDoc for Client::request method (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliance authored and psrpinto committed Apr 9, 2017
1 parent e0a4427 commit 8986862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 8986862

Please sign in to comment.