Skip to content

Commit

Permalink
Applied fixes from StyleCI (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive authored Oct 26, 2016
1 parent d9d0ba0 commit f9ab1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Services/AdaptivePayments.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private function doPayPalRequest($method, $params)
}

// Merge $options array if set.
if(!empty($this->options)) {
if (!empty($this->options)) {
$post = array_merge($post, $this->options);
}

Expand Down
2 changes: 1 addition & 1 deletion src/Traits/PayPalRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private function doPayPalRequest($method, $params)
}

// Merge $options array if set.
if(!empty($this->options)) {
if (!empty($this->options)) {
$post = array_merge($post, $this->options);
}

Expand Down

0 comments on commit f9ab1c9

Please sign in to comment.