Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/24/2022 09:33:11 PM (2 years ago)
Author:
imath
Message:

Replace usage of $this in @param tags with a meaningful variable name

Props devutpol, espellcaste

Fixes #8611

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/classes/class-bp-messages-thread.php

    r13339 r13372  
    215215         * @since 10.0.0 Added `$r` as a parameter.
    216216         *
    217          * @param BP_Messages_Thread $this Message thread object.
    218          * @param array              $r    Array of paremeters.
     217         * @param BP_Messages_Thread $thread Current messages thread class.
     218         * @param array              $r      Array of paremeters.
    219219         */
    220220        do_action( 'bp_messages_thread_post_populate', $this, $r );
Note: See TracChangeset for help on using the changeset viewer.