We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ada8b commit 630d7b7Copy full SHA for 630d7b7
Request.php
@@ -89,6 +89,8 @@ class Request
89
/**
90
* Request body parameters ($_POST).
91
*
92
+ * @see getPayload() for portability between content types
93
+ *
94
* @var InputBag
95
*/
96
public $request;
@@ -1515,6 +1517,8 @@ public function getPayload(): InputBag
1515
1517
1516
1518
* Gets the request body decoded as array, typically from a JSON payload.
1519
1520
1521
1522
* @throws JsonException When the body cannot be decoded to an array
1523
1524
public function toArray(): array
0 commit comments