File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/HttpFoundation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -508,15 +508,15 @@ public static function normalizeQueryString($qs)
508
508
*
509
509
* This method is mainly useful for libraries that want to provide some flexibility.
510
510
*
511
- * Order of precedence: GET, PATH, POST, COOKIE
511
+ * Order of precedence: GET, PATH, POST
512
512
*
513
513
* Avoid using this method in controllers:
514
514
*
515
515
* * slow
516
516
* * prefer to get from a "named" source
517
517
*
518
518
* 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 ).
520
520
*
521
521
* @param string $key the key
522
522
* @param mixed $default the default value
You can’t perform that action at this time.
0 commit comments