fix unrelated phpcs error

This commit is contained in:
Paul Kevan 2025-05-30 11:47:47 +01:00 committed by GitHub
parent 191f7f4b20
commit 630804e58a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -516,7 +516,7 @@ function get_association_classes( $team ) {
case 'core-performance-team':
case 'performance-team':
// Logo defined as SVG in CSS.
$classes = array( 'badge-performance-team' );
$classes = array( 'badge-performance-team' );
break;
case 'core-performance-contributor':