Docs: Increase the specificity of various docblock parameter types and return types.

See #48303

git-svn-id: https://develop.svn.wordpress.org/trunk@46823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2019-12-06 22:41:26 +00:00
parent 5464dcb2c5
commit 726d3a1d9c
26 changed files with 78 additions and 78 deletions
+2 -2
View File
@@ -2450,8 +2450,8 @@ function reset_password( $user, $new_pass ) {
*
* @since 1.5.0
*
* @param object $user The user.
* @param string $new_pass New user password.
* @param WP_User $user The user.
* @param string $new_pass New user password.
*/
do_action( 'password_reset', $user, $new_pass );