Completed
Push — master ( b8bfe1...847736 )
by Risan Bagja
02:58 queued 41s
created
src/Jne.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Jne;
4 4
 
5
-use Jne\Contracts\CourierSystem;
5
+use Jne\Collections\DeliveryOptionCollection;
6 6
 use Jne\Collections\LocationCollection;
7
+use Jne\Contracts\CourierSystem;
8
+use Jne\Contracts\Foundation\Package as PackageInterface;
7 9
 use Jne\Mappers\ArrayMappers\LocationMapper;
8
-use Jne\Collections\DeliveryOptionCollection;
9 10
 use Jne\Mappers\HtmlMappers\DeliveryOptionHtmlMapper;
10
-use Jne\Contracts\Foundation\Package as PackageInterface;
11 11
 
12 12
 class Jne implements CourierSystem
13 13
 {
Please login to merge, or discard this patch.
src/Package.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Jne;
4 4
 
5
-use Jne\Contracts\Foundation\Weight as WeightInterface;
6
-use Jne\Contracts\Foundation\Package as PackageInterface;
7 5
 use Jne\Contracts\Foundation\Location as LocationInterface;
6
+use Jne\Contracts\Foundation\Package as PackageInterface;
7
+use Jne\Contracts\Foundation\Weight as WeightInterface;
8 8
 
9 9
 class Package implements PackageInterface
10 10
 {
Please login to merge, or discard this patch.