Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2024 04:26:18 PM (10 months ago)
Author:
espellcaste
Message:

WPCS: The modified code addresses all Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword and Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction issues specific to the foreach and function examples.

See #7228

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/classes/class-bp-activity-list-table.php

    r13816 r13878  
    181181
    182182            // Sort the array by the activity object's date_recorded value.
    183             usort( $activities['activities'], function( $a, $b ) { return $a->date_recorded > $b->date_recorded; } );
     183            usort( $activities['activities'], function ( $a, $b ) { return $a->date_recorded > $b->date_recorded; } );
    184184        }
    185185
Note: See TracChangeset for help on using the changeset viewer.