Skip to content

Commit

Permalink
Improved consistency with param descriptions for WP_REST_REQUEST
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Sep 15, 2023
1 parent c6c2bcf commit bd8d9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/rest-api/class-cocart-settings-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function register_routes() {
*
* @access public
*
* @param WP_REST_Request $request Request used to generate the response.
* @param WP_REST_Request $request The request object.
*
* @return true|WP_Error True if the request has write access, WP_Error object otherwise.
*/
Expand Down

0 comments on commit bd8d9dd

Please sign in to comment.