فهرست منبع

[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;
             $qs = '?'.$qs;
         }
         }
 
 
-       return $this->getScheme().'://'.$this->getHttpHost().$this->getBaseUrl().$this->getPathInfo().$qs;
+        return $this->getScheme().'://'.$this->getHttpHost().$this->getBaseUrl().$this->getPathInfo().$qs;
     }
     }
 
 
     /**
     /**