Completed
Push — master ( f8145f...0d5f93 )
by Jesse
03:38
created
src/Property/Scalar/CastedFloat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,6 +14,6 @@
 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.