Clean up some PHPCS errors

This commit is contained in:
Kelly Dwan 2019-10-25 16:58:23 -04:00
parent de5feec329
commit 53ebaef350
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
3 changed files with 12 additions and 11 deletions

View file

@ -217,7 +217,7 @@ add_filter( 'script_loader_src', __NAMESPACE__ . '\loader_src', 10, 2 );
* @return array
*/
function get_badge_classes( $team ) {
switch( strtolower( $team ) ) {
switch ( strtolower( $team ) ) {
case 'accessibility':
$classes = array( 'badge-accessibility', 'dashicons-universal-access' );
break;