Skip to content

Commit

Permalink
Merge pull request #15979 from cakephp/docblock
Browse files Browse the repository at this point in the history
Fix docblock.
  • Loading branch information
othercorey committed Sep 29, 2021
2 parents ffa65ce + 452a393 commit 65a2439
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Http/Middleware/BodyParserMiddleware.php
Expand Up @@ -28,9 +28,7 @@
/**
* Parse encoded request body data.
*
* Enables JSON and XML request payloads to be parsed into the request's
* Provides CSRF protection & validation.
*
* Enables JSON and XML request payloads to be parsed into the request's body.
* You can also add your own request body parsers using the `addParser()` method.
*/
class BodyParserMiddleware implements MiddlewareInterface
Expand Down

0 comments on commit 65a2439

Please sign in to comment.