Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
minor #189 Fix CS by PHP CS Fixer (keradus)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 2.0-dev branch (closes #189).

Discussion
----------

Fix CS by PHP CS Fixer

Commits
-------

d825c15 Fix CS by PHP CS Fixer
  • Loading branch information
fabpot committed Nov 28, 2014
2 parents 513c8f8 + d825c15 commit 65ab61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Goutte/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected function doRequest($request)
}

$body = null;
if (!in_array($request->getMethod(), array('GET','HEAD'))) {
if (!in_array($request->getMethod(), array('GET', 'HEAD'))) {
if (null !== $request->getContent()) {
$body = $request->getContent();
} else {
Expand Down

0 comments on commit 65ab61e

Please sign in to comment.