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

Commit d825c15

Browse files
keradusfabpot
authored andcommitted
Fix CS by PHP CS Fixer
1 parent 1569430 commit d825c15

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)