remove some comment bloat.

This commit is contained in:
Taylor Otwell 2011-11-22 23:33:22 -06:00
parent 216a38c574
commit 1cdfd5a8b0
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ protected static function remove($uri, $value)
* Format a given URI. * Format a given URI.
* *
* If the URI is an empty string, a single forward slash will be returned. * If the URI is an empty string, a single forward slash will be returned.
* Otherwise, we will simply trim the URI's leading and trailing slashes. * Otherwise, we will trim the URI's leading and trailing slashes.
* *
* @param string $uri * @param string $uri
* @return string * @return string