Skip to:
Content

BuddyPress.org

Changeset 14196


Ignore:
Timestamp:
01/06/2026 06:33:52 PM (2 months ago)
Author:
johnjamesjacoby
Message:

Build/Test Tools - Improve PHP 8.4 support.

This commit removes a type hint from bp_groups_admin_edit_metabox_group_type() that was causing a PHPCS failure.

See #9260.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-admin.php

    r14177 r14196  
    12861286 * @param BP_Groups_Group|null $group The BP_Groups_Group object corresponding to the group being edited.
    12871287 */
    1288 function bp_groups_admin_edit_metabox_group_type( BP_Groups_Group $group = null ) {
     1288function bp_groups_admin_edit_metabox_group_type( $group = null ) {
    12891289
    12901290    // Bail if no group ID.
Note: See TracChangeset for help on using the changeset viewer.