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

    r13882 r13890  
    359359     *
    360360     * @param boolean $delete_data Whether or not to delete data.
    361      * @return boolean
     361     * @return bool
    362362     */
    363363    public function delete( $delete_data = false ) {
     
    416416     * @global wpdb $wpdb WordPress database object.
    417417     *
    418      * @return boolean
     418     * @return bool
    419419     */
    420420    public function save() {
     
    988988     *
    989989     * @param int $group_id ID of the field group to delete fields from.
    990      * @return boolean
     990     * @return bool
    991991     */
    992992    public static function delete_for_group( $group_id = 0 ) {
     
    10491049     * @param int|null $position       Field position to update.
    10501050     * @param int|null $field_group_id ID of the field group.
    1051      * @return boolean
     1051     * @return bool
    10521052     */
    10531053    public static function update_position( $field_id, $position = null, $field_group_id = null ) {
     
    11671167     * @global string $message The feedback message to show.
    11681168     *
    1169      * @return boolean
     1169     * @return bool
    11701170     */
    11711171    public static function admin_validate() {
     
    14341434     *
    14351435     * @param string $support The name of the feature.
    1436      * @return boolean True if the field type supports the feature. False otherwise.
     1436     * @return bool True if the field type supports the feature. False otherwise.
    14371437     */
    14381438    public function field_type_supports( $support = '' ) {
Note: See TracChangeset for help on using the changeset viewer.