Docs: Add missing @param description in WP_Comment class.

Props armondal, hztyfoon, SergeyBiryukov.
Fixes #58890.
See #58833.



Built from https://develop.svn.wordpress.org/trunk@56433


git-svn-id: http://core.svn.wordpress.org/trunk@55945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2023-08-24 08:44:24 +00:00
parent a278aa2ac0
commit ac9381b7c2
2 changed files with 2 additions and 2 deletions

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