Completed
Push — master ( f4f741...67d146 )
by Lawrence
06:40
created
src/Cart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         }
49 49
 
50 50
             // Basic test - fire the correct cart back via Websocket
51
-            if(!empty($otherCarts)) {
51
+            if (!empty($otherCarts)) {
52 52
             $client->send(json_encode($otherCarts));
53 53
             } 
54 54
     }
Please login to merge, or discard this patch.