Explorar o código

[HttpFoundation] Fixed indenting

Jordi Boggiano %!s(int64=14) %!d(string=hai) anos
pai
achega
9fef10f67d
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

@@ -431,7 +431,7 @@ class Request
             $qs = '?'.$qs;
         }
 
-       return $this->getScheme().'://'.$this->getHttpHost().$this->getBaseUrl().$this->getPathInfo().$qs;
+        return $this->getScheme().'://'.$this->getHttpHost().$this->getBaseUrl().$this->getPathInfo().$qs;
     }
 
     /**