Переглянути джерело

[HttpFoundation] Fixed indenting

Jordi Boggiano 14 роки тому
батько
коміт
9fef10f67d
1 змінених файлів з 1 додано та 1 видалено
  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;
     }
 
     /**