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-groups/bp-groups-admin.php

    r13878 r13890  
    15051505 * @param  boolean $exists  True if the group type already exists. False otherwise.
    15061506 * @param  string  $type_id The group type identifier.
    1507  * @return boolean          True if the group type already exists. False otherwise.
     1507 * @return bool          True if the group type already exists. False otherwise.
    15081508 */
    15091509function bp_groups_type_admin_type_exists( $exists = false, $type_id = '' ) {
Note: See TracChangeset for help on using the changeset viewer.