Skip to:
Content

BuddyPress.org

Changeset 11242


Ignore:
Timestamp:
11/06/2016 01:10:10 AM (8 years ago)
Author:
tw2113
Message:

Clarify object's class in PHPDocs. See #7143.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/classes/class-bp-friends-friendship.php

    r11124 r11242  
    177177         * @since 1.0.0
    178178         *
    179          * @param Object $value Current friendship request object.
     179         * @param BP_Friends_Friendship $value Current friendship request object.
    180180         */
    181181        do_action_ref_array( 'friends_friendship_before_save', array( &$this ) );
     
    196196         * @since 1.0.0
    197197         *
    198          * @param Object $value Current friendship request object.
     198         * @param BP_Friends_Friendship $value Current friendship request object.
    199199         */
    200200        do_action( 'friends_friendship_after_save', array( &$this ) );
Note: See TracChangeset for help on using the changeset viewer.