Completed
Push — master ( 43ec3b...86cd9e )
by Lawrence
02:01
created
src/Cart.php 2 patches
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace ABM\Wasabi;
4 4
 
5 5
 use Analog\Analog;
6
-use Ratchet\ConnectionInterface;
7
-use Ratchet\MessageComponentInterface;
8 6
 
9 7
 class Cart extends Prestashop 
10 8
 {
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
9 9
 class Cart extends Prestashop 
10 10
 {
11 11
 
12
-	 /**
13
-     * @param string $data
14
-     */
12
+        /**
13
+         * @param string $data
14
+         */
15 15
     private function getCartData($data)
16 16
     {
17 17
         $cart = substr($data, 0, strpos($data, ','));
Please login to merge, or discard this patch.