File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
src/Symfony/Component/HttpFoundation Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ HttpKernel
23
23
24
24
* Deprecate ` AbstractTestSessionListener::getSession ` inject a session in the request instead
25
25
26
+ HttpFoundation
27
+ --------------
28
+
29
+ * Mark ` Request::get() ` internal, use explicit input sources instead
30
+
26
31
Messenger
27
32
---------
28
33
Original file line number Diff line number Diff line change @@ -703,6 +703,8 @@ public static function getHttpMethodParameterOverride()
703
703
* @param mixed $default The default value if the parameter key does not exist
704
704
*
705
705
* @return mixed
706
+ *
707
+ * @internal since Symfony 5.4, use explicit input sources instead
706
708
*/
707
709
public function get (string $ key , $ default = null )
708
710
{
You can’t perform that action at this time.
0 commit comments