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/classes/class-bp-groups-invitation-manager.php

    r13889 r13890  
    3838     *
    3939     * @param BP_Invitation $invitation The invitation to send.
    40      * @return bool True on success, false on failure.
     40     * @return bool
    4141     */
    4242    public function run_send_action( BP_Invitation $invitation ) {
     
    6666     * @param string $type Are we accepting an invitation or request?
    6767     * @param array  $r    Parameters that describe the invitation being accepted.
    68      * @return bool True on success, false on failure.
     68     * @return bool
    6969     */
    7070    public function run_acceptance_action( $type, $r ) {
Note: See TracChangeset for help on using the changeset viewer.