Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
lokielse authored and StyleCIBot committed May 24, 2018
1 parent fb3b102 commit b21fa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/LegacyRefundNoPwdRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public function sendData($data)
{
$url = sprintf('%s?%s', $this->getEndpoint(), http_build_query($this->getData()));

$result = $this->httpClient->request('get',$url)->getBody();
$result = $this->httpClient->request('get', $url)->getBody();

$xml = simplexml_load_string($result);
$json = json_encode($xml);
Expand Down

0 comments on commit b21fa7d

Please sign in to comment.