Passed
Push — master ( 620952...257e1f )
by Jens
09:22
created
src/Request/Carts/Command/CartChangeCustomLineItemMoneyAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      * @param string $customLineItemId
45 45
      * @param Money $money
46 46
      * @param Context|callable $context
47
-     * @return CartSetLineItemTotalPriceAction
47
+     * @return CartChangeCustomLineItemMoneyAction
48 48
      */
49 49
     public static function ofCustomLineItemIdAndMoney($customLineItemId, Money $money, $context = null)
50 50
     {
Please login to merge, or discard this patch.
src/Request/Carts/Command/CartSetLineItemTotalPriceAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 namespace Commercetools\Core\Request\Carts\Command;
7 7
 
8 8
 use Commercetools\Core\Model\Common\Context;
9
-use Commercetools\Core\Model\TaxCategory\ExternalTaxRateDraft;
10 9
 use Commercetools\Core\Request\AbstractAction;
11 10
 use Commercetools\Core\Model\Cart\ExternalLineItemTotalPrice;
12 11
 
Please login to merge, or discard this patch.
src/Request/Categories/Command/CategorySetAssetSourcesAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 namespace Commercetools\Core\Request\Categories\Command;
7 7
 
8 8
 use Commercetools\Core\Model\Common\Context;
9
-use Commercetools\Core\Model\Common\LocalizedString;
10 9
 use Commercetools\Core\Request\AbstractAction;
11 10
 use Commercetools\Core\Model\Common\AssetSourceCollection;
12 11
 
Please login to merge, or discard this patch.
src/Request/Inventory/Command/InventorySetSupplyChannelAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 
9 9
 use Commercetools\Core\Model\Common\Context;
10 10
 use Commercetools\Core\Request\AbstractAction;
11
-use Commercetools\Core\Model\Channel\Channel;
12 11
 use Commercetools\Core\Model\Channel\ChannelReference;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
src/Request/Orders/Command/OrderImportLineItemStateAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      * @param string $lineItemId
45 45
      * @param ItemStateCollection $state
46 46
      * @param Context|callable $context
47
-     * @return OrderImportCustomLineItemStateAction
47
+     * @return OrderImportLineItemStateAction
48 48
      */
49 49
     public static function ofLineItemIdAndState($lineItemId, ItemStateCollection $state, $context = null)
50 50
     {
Please login to merge, or discard this patch.
src/Request/Orders/Command/OrderTransitionLineItemStateAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
      * @param StateReference $fromState
63 63
      * @param StateReference $toState
64 64
      * @param Context|callable $context
65
-     * @return OrderTransitionCustomLineItemStateAction
65
+     * @return OrderTransitionLineItemStateAction
66 66
      */
67 67
     public static function ofLineItemIdQuantityAndFromToState(
68 68
         $lineItemId,
Please login to merge, or discard this patch.
src/Request/Payments/Command/PaymentAddTransactionAction.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
 use Commercetools\Core\Model\Common\Context;
9 9
 use Commercetools\Core\Model\Payment\Transaction;
10 10
 use Commercetools\Core\Request\AbstractAction;
11
-use Commercetools\Core\Model\Customer\CustomerReference;
12
-use Commercetools\Core\Model\State\StateReference;
13 11
 
14 12
 /**
15 13
  * @package Commercetools\Core\Request\Payments\Command
Please login to merge, or discard this patch.
src/Request/Payments/Command/PaymentChangeTransactionTimestampAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      * @param string $transactionId
50 50
      * @param \DateTime $timestamp
51 51
      * @param Context|callable $context
52
-     * @return PaymentAddTransactionAction
52
+     * @return PaymentChangeTransactionTimestampAction
53 53
      */
54 54
     public static function ofTransactionIdAndTimestamp($transactionId, \DateTime $timestamp, $context = null)
55 55
     {
Please login to merge, or discard this patch.
src/Request/Products/Command/ProductAddAssetAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 namespace Commercetools\Core\Request\Products\Command;
7 7
 
8
-use Commercetools\Core\Model\Common\Asset;
9 8
 use Commercetools\Core\Model\Common\Context;
10 9
 use Commercetools\Core\Request\AbstractAction;
11 10
 use Commercetools\Core\Model\Common\AssetDraft;
Please login to merge, or discard this patch.