mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-08 14:44:37 +00:00
Docs: Remove unnecessary variables names from @return tags.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1907,7 +1907,7 @@ class Tests_User extends WP_UnitTestCase {
|
||||
*
|
||||
* @ticket 47509
|
||||
*
|
||||
* @return array $additional_profile_data The additional user data.
|
||||
* @return array The additional user data.
|
||||
*/
|
||||
public function export_additional_user_profile_data() {
|
||||
$additional_profile_data = array(
|
||||
@@ -1930,7 +1930,7 @@ class Tests_User extends WP_UnitTestCase {
|
||||
*
|
||||
* @ticket 47509
|
||||
*
|
||||
* @return array $additional_profile_data The additional user data.
|
||||
* @return array The additional user data.
|
||||
*/
|
||||
public function export_additional_user_profile_data_with_dup_name() {
|
||||
$additional_profile_data = array(
|
||||
|
||||
Reference in New Issue
Block a user