Docs: Correct and improve various documented types for properties, functions, and hooks.

See #57840

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


git-svn-id: http://core.svn.wordpress.org/trunk@55205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2023-04-27 22:29:18 +00:00
parent 4c8a5d8d28
commit cc24b047eb
9 changed files with 70 additions and 63 deletions

View File

@@ -158,8 +158,8 @@ class WP_REST_Server {
*
* @since 4.4.0
*
* @return WP_Error|null WP_Error indicates unsuccessful login, null indicates successful
* or no authentication provided
* @return WP_Error|null|true WP_Error indicates unsuccessful login, null indicates successful
* or no authentication provided
*/
public function check_authentication() {
/**