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 69ea52e commit 5946843Copy full SHA for 5946843
src/ServerRequestInterface.php
@@ -171,11 +171,11 @@ public function getParsedBody();
171
* immutability of the message, and MUST return a new instance that has the
172
* updated body parameters.
173
*
174
- * @param null|array|object $params The deserialized body parameters. These
175
- * will typically be in an array or object.
+ * @param null|array|object $data The deserialized body data. This will
+ * typically be in an array or object.
176
* @return self
177
*/
178
- public function withParsedBody($params);
+ public function withParsedBody($data);
179
180
/**
181
* Retrieve attributes derived from the request.
0 commit comments