Skip to content

Commit

Permalink
Remove reference to defunct named params from docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jul 13, 2014
1 parent 42e77f8 commit b17ba29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Network/Request.php
Expand Up @@ -707,10 +707,10 @@ public function addPaths(array $paths) {
}

/**
* Get the value of the current requests URL. Will include named parameters and querystring arguments.
* Get the value of the current requests URL. Will include querystring arguments.
*
* @param bool $base Include the base path, set to false to trim the base path off.
* @return string the current request URL including query string args.
* @return string The current request URL including query string args.
*/
public function here($base = true) {
$url = $this->here;
Expand Down

0 comments on commit b17ba29

Please sign in to comment.