From 195c7ef7ee12d2178aeb025aea9f0b54dcf8685c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20W=C3=BCnsch?= Date: Wed, 25 Sep 2024 14:39:05 +0200 Subject: [PATCH] Docs: Remove PHPDoc for non-existing argument (#65640) Co-authored-by: Soean Co-authored-by: Mamaduka --- lib/rest-api.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/rest-api.php b/lib/rest-api.php index ac020e243ec056..7570bb19737233 100644 --- a/lib/rest-api.php +++ b/lib/rest-api.php @@ -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. */