Kaynağa Gözat

removed unused parameter in Request

Bongiraud Dominique 15 yıl önce
ebeveyn
işleme
9fa1cb5e71
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      src/Symfony/Components/HttpKernel/Request.php

+ 0 - 2
src/Symfony/Components/HttpKernel/Request.php

@@ -31,7 +31,6 @@ class Request
     protected $languages;
     protected $charsets;
     protected $acceptableContentTypes;
-    protected $scriptName;
     protected $pathInfo;
     protected $requestUri;
     protected $baseUrl;
@@ -81,7 +80,6 @@ class Request
         $this->languages = null;
         $this->charsets = null;
         $this->acceptableContentTypes = null;
-        $this->scriptName = null;
         $this->pathInfo = null;
         $this->requestUri = null;
         $this->baseUrl = null;