Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/user/wpSendUserRequest.php

    r47279 r48100  
    223223         *
    224224         * @param string $email_text Confirmation email text.
    225          * @return string $email_text Filtered email text.
     225         * @return string Filtered email text.
    226226         */
    227227        public function modify_email_content( $email_text ) {
     
    253253         *
    254254         * @param string|array $headers The email headers.
    255          * @return array       $headers The new email headers.
     255         * @return array The new email headers.
    256256         */
    257257        public function modify_email_headers( $headers ) {
Note: See TracChangeset for help on using the changeset viewer.