@@ -34,7 +34,7 @@ discard block |
||
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 |
||
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 | } |