Passed
Push — develop ( af666f...c1c65f )
by Jens
07:52
created
src/Core/Request/Reviews/Command/ReviewSetTargetAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 use Commercetools\Core\Model\Common\Context;
9 9
 use Commercetools\Core\Request\AbstractAction;
10
-use Commercetools\Core\Model\Customer\CustomerReference;
11 10
 use Commercetools\Core\Model\Common\ResourceIdentifier;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
src/Core/Request/Types/Command/TypeAddFieldDefinitionAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Commercetools\Core\Model\Common\Context;
9 9
 use Commercetools\Core\Model\Type\FieldDefinition;
10 10
 use Commercetools\Core\Request\AbstractAction;
11
-use Commercetools\Core\Model\Common\LocalizedString;
12 11
 
13 12
 /**
14 13
  * @package Commercetools\Core\Request\Types\Command
Please login to merge, or discard this patch.
src/Core/Request/Carts/Command/CartSetLineItemPriceAction.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,9 +7,7 @@
 block discarded – undo
7 7
 
8 8
 use Commercetools\Core\Model\Common\Context;
9 9
 use Commercetools\Core\Model\Common\Money;
10
-use Commercetools\Core\Model\TaxCategory\ExternalTaxRateDraft;
11 10
 use Commercetools\Core\Request\AbstractAction;
12
-use Commercetools\Core\Model\Cart\ExternalLineItemTotalPrice;
13 11
 
14 12
 /**
15 13
  * @package Commercetools\Core\Request\Carts\Command
Please login to merge, or discard this patch.