Browse Source

Remove reference to defunct named params from docblock.

ADmad 11 years ago
parent
commit
b17ba29c59
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Network/Request.php

+ 2 - 2
src/Network/Request.php

@@ -707,10 +707,10 @@ class Request implements \ArrayAccess {
 	}
 
 /**
- * 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;