8000 [2.1][HttpFoundation] Fixed Php doc in Request::get · govaniso/symfony@b9f6cac · GitHub
[go: up one dir, main page]

Skip to content

Commit b9f6cac

Browse files
committed
[2.1][HttpFoundation] Fixed Php doc in Request::get
1 parent 297e00a commit b9f6cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,15 +508,15 @@ public static function normalizeQueryString($qs)
508508
*
509509
* This method is mainly useful for libraries that want to provide some flexibility.
510510
*
511-
* Order of precedence: GET, PATH, POST, COOKIE
511+
* Order of precedence: GET, PATH, POST
512512
*
513513
* Avoid using this method in controllers:
514514
*
515515
* * slow
516516
* * prefer to get from a "named" source
517517
*
518518
* It is better to explicitly get request parameters from the appropriate
519-
* public property instead (query, request, attributes, ...).
519+
* public property instead (query, attributes, request).
520520
*
521521
* @param string $key the key
522522
* @param mixed $default the default value

0 commit comments

Comments
 (0)
0