Passed
Pull Request — master (#13)
by Scott
03:07
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.