Skip to:
Content

BuddyPress.org


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

PHPDoc: remove superfluous comments from boolean returns.

See #9164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-members-invitation-manager.php

    r13889 r13890  
    3838         *
    3939         * @param obj 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 ) {
     
    9292         * @param string $type Are we accepting an invitation or request?
    9393         * @param array  $r    Parameters that describe the invitation being accepted.
    94          * @return bool True on success, false on failure.
     94         * @return bool
    9595         */
    9696        public function run_acceptance_action( $type, $r ) {
Note: See TracChangeset for help on using the changeset viewer.