@@ -7,6 +7,6 @@ |
||
| 7 | 7 | |
| 8 | 8 | public function cast() |
| 9 | 9 | { |
| 10 | - return (integer)$this->value(); |
|
| 10 | + return (integer) $this->value(); |
|
| 11 | 11 | } |
| 12 | 12 | } |