Completed
Push — develop ( 641d0b...7172e1 )
by Jens
11:21
created
src/Core/Request/Orders/Command/OrderSetDeliveryAddressAction.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -7,10 +7,6 @@
 block discarded – undo
7 7
 
8 8
 use Commercetools\Core\Model\Common\Address;
9 9
 use Commercetools\Core\Model\Common\Context;
10
-use Commercetools\Core\Model\Order\DeliveryItemCollection;
11
-use Commercetools\Core\Model\Order\ParcelCollection;
12
-use Commercetools\Core\Model\Order\ParcelMeasurements;
13
-use Commercetools\Core\Model\Order\TrackingData;
14 10
 use Commercetools\Core\Request\AbstractAction;
15 11
 
16 12
 /**
Please login to merge, or discard this patch.
src/Core/Request/ShoppingLists/Command/ShoppingListAddLineItemAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Commercetools\Core\Model\Common\DateTimeDecorator;
10 10
 use Commercetools\Core\Request\AbstractAction;
11 11
 use Commercetools\Core\Model\CustomField\CustomFieldObjectDraft;
12
-use Commercetools\Core\Request\Carts\Command\CartAddLineItemAction;
13 12
 use DateTime;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.