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

Commit 65ab61e

Browse files
committed
minor #189 Fix CS by PHP CS Fixer (keradus)
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
2 parents 513c8f8 + d825c15 commit 65ab61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Goutte/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ protected function doRequest($request)
9191
}
9292

9393
$body = null;
94-
if (!in_array($request->getMethod(), array('GET','HEAD'))) {
94+
if (!in_array($request->getMethod(), array('GET', 'HEAD'))) {
9595
if (null !== $request->getContent()) {
9696
$body = $request->getContent();
9797
} else {

0 commit comments

Comments
 (0)