Passed
Pull Request — master (#36)
by
unknown
04:00
created
src/Forms/ColorPickerField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
     public function getSourceValues()
28 28
     {
29
-        return array_merge([''], array_map(function ($color) {
29
+        return array_merge([''], array_map(function($color) {
30 30
             return $color['CSSClass'];
31 31
         }, $this->getSource()));
32 32
     }
Please login to merge, or discard this patch.
src/Extensions/CWPSiteConfigExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -486,7 +486,7 @@
 block discarded – undo
486 486
                  )->setDescription(
487 487
                      _t(
488 488
                          __CLASS__ . '.AccentColorDescription',
489
-                         'Affects colour of buttons, current navigation items, etc. '.
489
+                         'Affects colour of buttons, current navigation items, etc. ' .
490 490
                          'Please ensure sufficient contrast with background colours.'
491 491
                      )
492 492
                  ),
Please login to merge, or discard this patch.