| 3 | 3 | For the PR, I would recommend checking out the WordPress [https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#1-functions-class-methods PHP Documentation Standards] for details on how the `@param` tag should be formatted. For example, I think you should be able to simplify this to `Default null.` (Please note punctuation, too -- these tags [https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#formatting-guidelines convert to official documentation], so the rules are very strict.) |