@@ -8,7 +8,6 @@ |
||
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 | /** |
@@ -29,7 +29,6 @@ |
||
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |
32 | - * @param string $id |
|
33 | 32 | * @param int $version |
34 | 33 | * @param Context $context |
35 | 34 | * @return static |
@@ -43,7 +43,6 @@ |
||
43 | 43 | protected $newPassword; |
44 | 44 | |
45 | 45 | /** |
46 | - * @param string $id |
|
47 | 46 | * @param int $version |
48 | 47 | * @param string $currentPassword |
49 | 48 | * @param string $newPassword |
@@ -44,7 +44,7 @@ |
||
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 | { |
@@ -62,7 +62,7 @@ |
||
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, |
@@ -8,8 +8,6 @@ |
||
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 |
@@ -49,7 +49,7 @@ |
||
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 | { |
@@ -5,7 +5,6 @@ |
||
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; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | namespace Commercetools\Core\Request\Products\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 |