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-xprofile/bp-xprofile-functions.php

    r10857 r11035  
    965965 * @param string $object_type Type of object. 'group', 'field', or 'data'.
    966966 * @param string $meta_key    Key of the metadata being updated.
    967  * @param mixed $meta_value  Value of the metadata being updated.
     967 * @param string $meta_value  Value of the metadata being updated.
    968968 * @param mixed  $prev_value  Optional. If specified, only update existing
    969969 *                            metadata entries with the specified value.
Note: See TracChangeset for help on using the changeset viewer.