Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 01:06:10 AM (6 months ago)
Author:
espellcaste
Message:

PHPDoc: remove superfluous comments from boolean returns.

See #9164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-wordpress.php

    r13491 r13890  
    119119     *     @type boolean           $is_required    Whether or not the field is required.
    120120     * }
    121      * @return boolean Whether to shortcircuit the $bp->profile->table_name_data table.
     121     * @return bool Whether to shortcircuit the $bp->profile->table_name_data table.
    122122     */
    123123    public function set_field_value( $retval = false, $field_args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.