Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/24/2016 12:22:22 PM (8 years ago)
Author:
djpaul
Message:

Activity, Groups, XProfile: fix some PHPDoc parameter types.

Props Scrutinizer-CI

See #5891

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-template.php

    r11008 r11035  
    15411541 * @global object $activities_template {@link BP_Activity_Template}
    15421542 *
    1543  * @param object|bool $activity Optional. Falls back on the current item in the loop.
     1543 * @param BP_Activity_Activity $activity Optional. Falls back on the current item in the loop.
    15441544 * @return bool True if can delete, false otherwise.
    15451545 */
Note: See TracChangeset for help on using the changeset viewer.