Skip to content

Commit

Permalink
Merge pull request #31 from riasvdv/analysis-wjjmVW
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Rias authored Jan 3, 2020
2 parents b148aec + 48bee0f commit 3e299bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fields/ColourSwatches.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ public function getSettingsHtml()

$paletteOptions = [];
$paletteOptions[] = [
'label' => null,
'value' => null,
];
'label' => null,
'value' => null,
];
foreach (array_keys((array) Plugin::$plugin->settings->palettes) as $palette) {
$paletteOptions[] = [
'label' => $palette,
Expand Down

0 comments on commit 3e299bd

Please sign in to comment.