From c9057373773ae65c7b07a760500a179887e1a35f Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 15 Apr 2013 21:09:15 +0700 Subject: [PATCH] remove mistake doc for Zend\Http\PhpEnvironment\Request::detectBaseUrl() --- library/Zend/Http/PhpEnvironment/Request.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Zend/Http/PhpEnvironment/Request.php b/library/Zend/Http/PhpEnvironment/Request.php index 38ee9a63c32..eefcaeea889 100644 --- a/library/Zend/Http/PhpEnvironment/Request.php +++ b/library/Zend/Http/PhpEnvironment/Request.php @@ -459,7 +459,6 @@ protected function detectRequestUri() * Uses a variety of criteria in order to detect the base URL of the request * (i.e., anything additional to the document root). * - * The base URL includes the schema, host, and port, in addition to the path. * * @return string */