Test Failed
Push — dev ( 87324d...8e99d2 )
by Jordan
12:53
created
src/Samsara/Fermat/Types/Number.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     public function __construct($value, $precision = null, $base = 10)
51 51
     {
52 52
         $this->base = $base;
53
-        $this->value = (string)$value;
53
+        $this->value = (string) $value;
54 54
         $this->setMode(Number::MODE_PRECISION);
55 55
         
56 56
         if (!is_null($precision)) {
Please login to merge, or discard this patch.