Skip to content

Commit b9adef7

Browse files
Merge branch '5.0' into 5.1
* 5.0: [BrowserKit] fix bad merge
2 parents c012322 + 16141bc commit b9adef7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

HttpBrowser.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ public function __construct(HttpClientInterface $client = null, History $history
3939
parent::__construct([], $history, $cookieJar);
4040
}
4141

42-
protected function doRequest(Request $request): Response
42+
/**
43+
* @param Request $request
44+
*/
45+
protected function doRequest($request): Response
4346
{
4447
$headers = $this->getHeaders($request);
4548
[$body, $extraHeaders] = $this->getBodyAndExtraHeaders($request, $headers);

0 commit comments

Comments
 (0)