Docs: Remove unnecessary variables names from @return tags.
See #49572. Built from https://develop.svn.wordpress.org/trunk@48100 git-svn-id: http://core.svn.wordpress.org/trunk@47869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -26,7 +26,7 @@ final class WP_Recovery_Mode_Key_Service {
|
||||
*
|
||||
* @since 5.2.0
|
||||
*
|
||||
* @return string $token A random string to identify its associated key in storage.
|
||||
* @return string A random string to identify its associated key in storage.
|
||||
*/
|
||||
public function generate_recovery_mode_token() {
|
||||
return wp_generate_password( 22, false );
|
||||
@@ -40,7 +40,7 @@ final class WP_Recovery_Mode_Key_Service {
|
||||
* @global PasswordHash $wp_hasher
|
||||
*
|
||||
* @param string $token A token generated by {@see generate_recovery_mode_token()}.
|
||||
* @return string $key Recovery mode key.
|
||||
* @return string Recovery mode key.
|
||||
*/
|
||||
public function generate_and_store_recovery_mode_key( $token ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user