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-groups/classes/class-bp-groups-invite-template.php

    r13108 r13372  
    202202             *
    203203             * @since 1.1.0
    204              * @since 2.3.0 `$this` parameter added.
     204             * @since 2.3.0 `$template_loop` parameter added.
    205205             * @since 2.7.0 Action renamed from `loop_start`.
    206206             *
    207              * @param BP_Groups_Invite_Template $this Instance of the current Invites template.
     207             * @param BP_Groups_Invite_Template $template_loop Instance of the current Invites template.
    208208             */
    209209            do_action( 'group_invitation_loop_end', $this );
     
    304304             *
    305305             * @since 1.1.0
    306              * @since 2.3.0 `$this` parameter added.
     306             * @since 2.3.0 `$template_loop` parameter added.
    307307             * @since 2.7.0 Action renamed from `loop_start`.
    308308             *
    309              * @param BP_Groups_Invite_Template $this Instance of the current Invites template.
     309             * @param BP_Groups_Invite_Template $template_loop Instance of the current Invites template.
    310310             */
    311311            do_action( 'group_invitation_loop_start', $this );
Note: See TracChangeset for help on using the changeset viewer.