Passed
Push — master ( a3aa45...54d90a )
by Jesse
02:43
created
src/Property/Scalar/CastedFloat.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.