Completed
Push — master ( 0d3c07...26769c )
by Song
04:07
created
src/Form/Field/Checkbox.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
         if (is_callable($options)) {
35 35
             $this->options = $options;
36 36
         } else {
37
-            $this->options = (array)$options;
37
+            $this->options = (array) $options;
38 38
         }
39 39
 
40 40
         return $this;
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
             $checked = $checked->toArray();
64 64
         }
65 65
 
66
-        $this->checked = (array)$checked;
66
+        $this->checked = (array) $checked;
67 67
 
68 68
         return $this;
69 69
     }
Please login to merge, or discard this patch.