E606 Added missing space. · corra/symfony@3832a7a · GitHub
[go: up one dir, main page]

Skip to content

Commit 3832a7a

Browse files
committed
Added missing space.
1 parent f019541 commit 3832a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ public function getHttpHost()
490490
{
491491
$scheme = $this->getScheme();
492492
$host = $this->getHost();
493-
if(!$host) {
493+
if (!$host) {
494494
$host = $this->server->get('SERVER_NAME');
495495
}
496496
$port = $this->getPort();

0 commit comments

Comments
 (0)
0