@@ -14,6 +14,6 @@ |
||
| 14 | 14 | /** @inheritdoc */ |
| 15 | 15 | public function value(array $data, $owner = null): float |
| 16 | 16 | { |
| 17 | - return (float)$this->my($data); |
|
| 17 | + return (float) $this->my($data); |
|
| 18 | 18 | } |
| 19 | 19 | } |