@@ -50,7 +50,7 @@  | 
                                                    ||
| 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->mode = Number::MODE_PRECISION;  | 
                                                        
| 55 | 55 | |
| 56 | 56 |          if (!is_null($precision)) {
 |