Test Failed
Push — master ( 25af4a...5eff05 )
by Carlos
05:40
created
src/Valuators/RmbCent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
     public function inYuan()
25 25
     {
26
-        $precision = config('revaluation.options.rmb.precision',  config('revaluation.options.rmb.pricision'));
26
+        $precision = config('revaluation.options.rmb.precision', config('revaluation.options.rmb.pricision'));
27 27
 
28 28
         return number_format(round($this->value / 100, $precision), $precision, '.', '');
29 29
     }
Please login to merge, or discard this patch.