Skip to content

Commit 828fba4

Browse files
committed
fixed CS
1 parent 7365bc0 commit 828fba4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/BrowserKit/Client.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,9 @@ public function request($method, $uri, array $parameters = array(), array $files
283283
}
284284

285285
if (empty($server['HTTP_HOST'])) {
286-
$server['HTTP_HOST'] = $this->extractHost($uri);
286+
$server['HTTP_HOST'] = $this->extractHost($uri);
287287
}
288+
288289
$server['HTTPS'] = 'https' == parse_url($uri, PHP_URL_SCHEME);
289290

290291
$this->internalRequest = new Request($uri, $method, $parameters, $files, $this->cookieJar->allValues($uri), $server, $content);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy