Skip to content

Commit

Permalink
fix: wpcs checks for spacing, array commas
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjcolombini committed Oct 24, 2023
1 parent 65e8275 commit c5a85b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions includes/settings/class-elections-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ public static function theme_list() {
*/
public static function banner_style_list() {
return [
'dark' => 'Dark Blue',
'light' => 'Light Blue',
'dark-red' => 'Dark Red',
'dark' => 'Dark Blue',
'light' => 'Light Blue',
'dark-red' => 'Dark Red',
'light-red' => 'Light Red',
'teal' => 'Teal'
'teal' => 'Teal',
];
}

Expand Down

0 comments on commit c5a85b6

Please sign in to comment.