Skip to content

Commit

Permalink
Docs: Remove PHPDoc for non-existing argument (#65640)
Browse files Browse the repository at this point in the history
Co-authored-by: Soean <soean@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
  • Loading branch information
3 people committed Sep 25, 2024
1 parent b681b50 commit 195c7ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
/**
* Overrides the REST controller for the `wp_global_styles` post type.
*
* @param array $args Array of arguments for registering a post type.
* @param array $args Array of arguments for registering a post type.
* See the register_post_type() function for accepted arguments.
* @param string $post_type Post type key.
*
* @return array Array of arguments for registering a post type.
*/
Expand Down

0 comments on commit 195c7ef

Please sign in to comment.