Completed
Push — master ( 538fcc...39740d )
by James
02:01
created
src/Cart.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,14 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace jamesdb\Cart;
4 4
 
5
+use League\Event\Emitter;
6
+use SebastianBergmann\Money\Currency;
7
+use SebastianBergmann\Money\Money;
5 8
 use jamesdb\Cart\CartItem;
6 9
 use jamesdb\Cart\Event as CartEvent;
7 10
 use jamesdb\Cart\Exception as CartException;
8
-use jamesdb\Cart\Identifier\IdentifierInterface;
9 11
 use jamesdb\Cart\Storage\StorageInterface;
10
-use League\Event\Emitter;
11
-use SebastianBergmann\Money\Currency;
12
-use SebastianBergmann\Money\Money;
13 12
 
14 13
 class Cart
15 14
 {
Please login to merge, or discard this patch.