@@ -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, |
@@ -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 | { |
@@ -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 | { |