Completed
Push — master ( 80d79a...85157a )
by Lawrence
01:54
created
src/Cart.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace ABM\Wasabi;
4 4
 
5
-use Ratchet\MessageComponentInterface;
6
-use Ratchet\ConnectionInterface;
7 5
 use Analog\Analog;
8 6
 
9 7
 class Cart 
Please login to merge, or discard this patch.
src/Prestashop.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Analog\Analog;
8 8
 use ABM\Wasabi\Cart;
9 9
 use ABM\Wasabi\Product;
10
-use ABM\Wasabi\Combination;
11 10
 
12 11
 class Prestashop implements MessageComponentInterface
13 12
 {
Please login to merge, or discard this patch.