Преглед изворни кода

[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;
     }
 
     /**