From ef0e58bf0f74dbdda8e15c50b10f3958fd3296a7 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 24 Aug 2023 08:42:23 +0000 Subject: [PATCH] Docs: Add missing @param description in `WP_Comment` class. Props armondal, hztyfoon, SergeyBiryukov. Fixes #58890. See #58833. git-svn-id: https://develop.svn.wordpress.org/trunk@56433 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-comment.php b/src/wp-includes/class-wp-comment.php index 83d40a5261..996815939d 100644 --- a/src/wp-includes/class-wp-comment.php +++ b/src/wp-includes/class-wp-comment.php @@ -368,7 +368,7 @@ final class WP_Comment { * * @since 4.4.0 * - * @param string $name + * @param string $name Property name. * @return mixed */ public function __get( $name ) {