@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace Stratadox\Hydration\Mapping\Property\Scalar; |
5 | 5 | |
@@ -14,6 +14,6 @@ discard block |
||
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 | } |