@@ -44,7 +44,7 @@ |
||
44 | 44 | public function getValue() |
45 | 45 | { |
46 | 46 | if (empty($this->options)) { |
47 | - return (int)$this->value; |
|
47 | + return (int) $this->value; |
|
48 | 48 | } |
49 | 49 | |
50 | 50 | return parent::getValue(); |