mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-13 13:55:44 +03:00
Clean up some PHPCS errors
This commit is contained in:
parent
de5feec329
commit
53ebaef350
3 changed files with 12 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue