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-group.php

    r13878 r13890  
    8686     *
    8787     * @param int $id Field group ID.
    88      * @return boolean
     88     * @return bool
    8989     */
    9090    public function populate( $id ) {
     
    118118     * @global wpdb $wpdb WordPress database object.
    119119     *
    120      * @return boolean
     120     * @return bool
    121121     */
    122122    public function save() {
     
    179179     * @global wpdb $wpdb WordPress database object.
    180180     *
    181      * @return boolean
     181     * @return bool
    182182     */
    183183    public function delete() {
     
    702702     * @global string $message The feedback message to show.
    703703     *
    704      * @return boolean
     704     * @return bool
    705705     */
    706706    public static function admin_validate() {
     
    725725     * @param  int $field_group_id ID of the group the field belongs to.
    726726     * @param  int $position       Field group position.
    727      * @return boolean
     727     * @return bool
    728728     */
    729729    public static function update_position( $field_group_id, $position ) {
Note: See TracChangeset for help on using the changeset viewer.