8000 [BrowserKit] fix bad merge · symfony/browser-kit@16141bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 16141bc

Browse files
[BrowserKit] fix bad merge
1 parent 51c8cd4 commit 16141bc

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)
0