Browse Source

Merge pull request #10447 from cakephp/issue-10444

Correct deprecation notice for ServerRequest::$here.
ADmad 9 years ago
parent
commit
33890c6ce5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Http/ServerRequest.php

+ 1 - 1
src/Http/ServerRequest.php

@@ -110,7 +110,7 @@ class ServerRequest implements ArrayAccess, ServerRequestInterface
      * The full address to the current request
      *
      * @var string
-     * @deprecated 3.4.0 This public property will be removed in 4.0.0. Use getRequestTarget() instead.
+     * @deprecated 3.4.0 This public property will be removed in 4.0.0. Use getUri()->getPath() instead.
      */
     public $here;