Skip to content

Commit

Permalink
Documentation fixes per @fabpot
Browse files Browse the repository at this point in the history
  • Loading branch information
simensen committed Jul 2, 2012
1 parent 2f314a9 commit c648d5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Symfony/Component/HttpFoundation/Request.php
Expand Up @@ -464,16 +464,14 @@ static public function isProxyTrusted()
}

/**
* Normalize a query string.
* Normalizes a query string.
*
* It builds a normalized query string, where keys/value pairs are alphabetized
* and have consistent escaping.
*
* @param string $qs Query string
*
* @return string|null A normalized query string for the Request
*
* @api
*/
static public function normalizeQueryString($qs = null)
{
Expand Down

0 comments on commit c648d5e

Please sign in to comment.