Explorar o código

Added missing space.

Joshua Nye %!s(int64=14) %!d(string=hai) anos
pai
achega
3832a7a33d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Symfony/Component/HttpFoundation/Request.php

+ 1 - 1
src/Symfony/Component/HttpFoundation/Request.php

@@ -490,7 +490,7 @@ class Request
     {
         $scheme = $this->getScheme();
         $host   = $this->getHost();
-        if(!$host) {
+        if (!$host) {
             $host = $this->server->get('SERVER_NAME');
         }
         $port   = $this->getPort();