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
This commit is contained in:
Jb Audras 2023-08-24 08:42:23 +00:00
parent bf00a673a5
commit ef0e58bf0f

View File

@ -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 ) {