@@ -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\PriceDraft; |
|
| 10 | 9 | use Commercetools\Core\Request\AbstractAction; |
| 11 | 10 | use Commercetools\Core\Model\Common\PriceDraftCollection; |
| 12 | 11 | |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * @param string $attributeName |
| 45 | 45 | * @param LocalizedEnum $enum |
| 46 | 46 | * @param Context|callable $context |
| 47 | - * @return ProductTypeChangeLabelAction |
|
| 47 | + * @return ProductTypeChangeLocalizedEnumLabelAction |
|
| 48 | 48 | */ |
| 49 | 49 | public static function ofAttributeNameAndEnumValue($attributeName, LocalizedEnum $enum, $context = null) |
| 50 | 50 | { |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * @param string $attributeName |
| 45 | 45 | * @param Enum $enum |
| 46 | 46 | * @param Context|callable $context |
| 47 | - * @return ProductTypeChangeLabelAction |
|
| 47 | + * @return ProductTypeChangePlainEnumLabelAction |
|
| 48 | 48 | */ |
| 49 | 49 | public static function ofAttributeNameAndEnumValue($attributeName, Enum $enum, $context = null) |
| 50 | 50 | { |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * @param string $attributeName |
| 45 | 45 | * @param EnumCollection $values |
| 46 | 46 | * @param Context|callable $context |
| 47 | - * @return ProductTypeAddPlainEnumValueAction |
|
| 47 | + * @return ProductTypeChangePlainEnumValueOrderAction |
|
| 48 | 48 | */ |
| 49 | 49 | public static function ofAttributeNameAndValues($attributeName, EnumCollection $values, $context = null) |
| 50 | 50 | { |
@@ -7,7 +7,6 @@ |
||
| 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 | /** |
@@ -8,7 +8,6 @@ |
||
| 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 |