Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (4 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/privacy/wpPrivacySendErasureFulfillmentNotification.php

    r47279 r48100  
    199199     *
    200200     * @param string $user_email The email address of the notification recipient.
    201      * @return string $user_email The email address of the notification recipient.
     201     * @return string The email address of the notification recipient.
    202202     */
    203203    public function filter_email_address( $user_email ) {
     
    225225     *
    226226     * @param string $subject The email subject.
    227      * @return string $subject The email subject.
     227     * @return string The email subject.
    228228     */
    229229    public function filter_email_subject( $subject ) {
     
    251251     *
    252252     * @param string $email_text Text in the email.
    253      * @return string $email_text Text in the email.
     253     * @return string Text in the email.
    254254     */
    255255    public function filter_email_body_text( $email_text ) {
     
    279279     *
    280280     * @param string|array $headers The email headers.
    281      * @return array       $headers The new email headers.
     281     * @return array The new email headers.
    282282     */
    283283    public function modify_email_headers( $headers ) {
Note: See TracChangeset for help on using the changeset viewer.