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

    r13883 r13890  
    144144 *     @see keys of the array returned by bp_get_type_metadata_schema() for the other arguments.
    145145 * }
    146  * @return boolean|WP_Error True on success. A WP_Error object otherwise.
     146 * @return bool|WP_Error True on success. A WP_Error object otherwise.
    147147 */
    148148function bp_core_admin_update_type( $args = array() ) {
     
    215215 *     @type integer $type_term_id The Type's term ID. Required.
    216216 * }
    217  * @return boolean|WP_Error True on success. A WP_Error object otherwise.
     217 * @return bool|WP_Error True on success. A WP_Error object otherwise.
    218218 */
    219219function bp_core_admin_delete_type( $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.