Skip to content

Commit b0804a0

Browse files
Merge pull request #4 from phpviet/analysis-GDyVvE
Apply fixes from StyleCI
2 parents cd084ad + cebbfec commit b0804a0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/N2WFacade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
namespace PHPViet\Laravel\NumberToWords;
1010

11-
use InvalidArgumentException;
1211
use Illuminate\Support\Facades\Facade;
12+
use InvalidArgumentException;
1313
use PHPViet\NumberToWords\DictionaryInterface;
1414

1515
/**

src/ServiceProvider.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
namespace PHPViet\Laravel\NumberToWords;
1010

11-
use PHPViet\NumberToWords\Dictionary;
12-
use PHPViet\NumberToWords\SouthDictionary;
13-
use PHPViet\NumberToWords\DictionaryInterface;
1411
use Illuminate\Contracts\Support\DeferrableProvider;
1512
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
13+
use PHPViet\NumberToWords\Dictionary;
14+
use PHPViet\NumberToWords\DictionaryInterface;
15+
use PHPViet\NumberToWords\SouthDictionary;
1616

1717
/**
1818
* @author Vuong Minh <[email protected]>

tests/TestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
namespace PHPViet\Laravel\NumberToWords\Tests;
1010

11-
use PHPViet\Laravel\NumberToWords\N2WFacade;
1211
use Orchestra\Testbench\TestCase as BaseTestCase;
12+
use PHPViet\Laravel\NumberToWords\N2WFacade;
1313
use PHPViet\Laravel\NumberToWords\ServiceProvider;
1414

1515
/**

0 commit comments

Comments
 (0)