8000 fixed CS · symfony/symfony@828fba4 · GitHub
[go: up one dir, main page]

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