Skip to content

Commit dea1508

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: [HttpFoundation] Improve phpdoc [Logging] Add support for firefox in ChromePhpHandler [Security] Fixed SwitchUserListener when exiting an impersonication with AnonymousToken [Form] fix "prototype" not required when parent form is not required
2 parents 18570e3 + 867a045 commit dea1508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ public static function getHttpMethodParameterOverride()
715715
* public property instead (query, attributes, request).
716716
*
717717
* @param string $key the key
718-
* @param mixed $default the default value
718+
* @param mixed $default the default value if the parameter key does not exist
719719
* @param bool $deep is parameter deep in multidimensional array
720720
*
721721
* @return mixed

0 commit comments

Comments
 (0)