Completed
Pull Request — master (#1)
by Vuong
03:36 queued 02:23
created
src/N2W.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,12 +8,12 @@
 block discarded – undo
8 8
 
9 9
 namespace phpviet\yii\numberToWords;
10 10
 
11
+use PHPViet\NumberToWords\Dictionary;
12
+use PHPViet\NumberToWords\SouthDictionary;
13
+use PHPViet\NumberToWords\Transformer;
11 14
 use Yii;
12 15
 use yii\base\Component;
13 16
 use yii\base\InvalidConfigException;
14
-use PHPViet\NumberToWords\Dictionary;
15
-use PHPViet\NumberToWords\Transformer;
16
-use PHPViet\NumberToWords\SouthDictionary;
17 17
 
18 18
 /**
19 19
  * @method string toWords($number)
Please login to merge, or discard this patch.