File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Request extends SymfonyRequest implements Arrayable, ArrayAccess
31
31
/**
32
32
* The decoded JSON content for the request.
33
33
*
34
- * @var \Symfony\Component\HttpFoundation\ParameterBag |null
34
+ * @var \Symfony\Component\HttpFoundation\InputBag |null
35
35
*/
36
36
protected $ json ;
37
37
@@ -398,7 +398,7 @@ public function get(string $key, mixed $default = null): mixed
398
398
*
399
399
* @param string|null $key
400
400
* @param mixed $default
401
- * @return \Symfony\Component\HttpFoundation\ParameterBag |mixed
401
+ * @return \Symfony\Component\HttpFoundation\InputBag |mixed
402
402
*/
403
403
public function json ($ key = null , $ default = null )
404
404
{
@@ -416,7 +416,7 @@ public function json($key = null, $default = null)
416
416
/**
417
417
* Get the input source for the request.
418
418
*
419
- * @return \Symfony\Component\HttpFoundation\ParameterBag
419
+ * @return \Symfony\Component\HttpFoundation\InputBag
420
420
*/
421
421
protected function getInputSource ()
422
422
{
@@ -646,7 +646,7 @@ public function fingerprint()
646
646
/**
647
647
* Set the JSON payload for the request.
648
648
*
649
- * @param \Symfony\Component\HttpFoundation\ParameterBag $json
649
+ * @param \Symfony\Component\HttpFoundation\InputBag $json
650
650
* @return $this
651
651
*/
652
652
public function setJson ($ json )
You can’t perform that action at this time.
0 commit comments