Completed
Push — master ( a7afc7...f7865d )
by Karsten
08:02
created
src/Psi/Map/ToFloat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public function __construct($default = 0.0)
22 22
     {
23
-        $this->default  = (float) $default;
23
+        $this->default = (float) $default;
24 24
     }
25 25
 
26 26
     /**
Please login to merge, or discard this patch.