@@ -24,6 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * @param ChannelInterface $channel |
26 | 26 | * @param string $localeCode |
27 | + * @return void |
|
27 | 28 | */ |
28 | 29 | public function set(ChannelInterface $channel, string $localeCode): void; |
29 | 30 |
@@ -29,6 +29,7 @@ discard block |
||
29 | 29 | |
30 | 30 | /** |
31 | 31 | * @param string|null $firstName |
32 | + * @return void |
|
32 | 33 | */ |
33 | 34 | public function setFirstName(?string $firstName): void; |
34 | 35 | |
@@ -39,6 +40,7 @@ discard block |
||
39 | 40 | |
40 | 41 | /** |
41 | 42 | * @param string|null $lastName |
43 | + * @return void |
|
42 | 44 | */ |
43 | 45 | public function setLastName(?string $lastName): void; |
44 | 46 | |
@@ -49,6 +51,7 @@ discard block |
||
49 | 51 | |
50 | 52 | /** |
51 | 53 | * @param string|null $code |
54 | + * @return void |
|
52 | 55 | */ |
53 | 56 | public function setLocaleCode(?string $code): void; |
54 | 57 | } |
@@ -35,6 +35,7 @@ discard block |
||
35 | 35 | |
36 | 36 | /** |
37 | 37 | * @param CurrencyInterface|null $currency |
38 | + * @return void |
|
38 | 39 | */ |
39 | 40 | public function setBaseCurrency(?CurrencyInterface $currency): void; |
40 | 41 | |
@@ -45,6 +46,7 @@ discard block |
||
45 | 46 | |
46 | 47 | /** |
47 | 48 | * @param LocaleInterface|null $locale |
49 | + * @return void |
|
48 | 50 | */ |
49 | 51 | public function setDefaultLocale(?LocaleInterface $locale): void; |
50 | 52 | |
@@ -55,6 +57,7 @@ discard block |
||
55 | 57 | |
56 | 58 | /** |
57 | 59 | * @param ZoneInterface|null $defaultTaxZone |
60 | + * @return void |
|
58 | 61 | */ |
59 | 62 | public function setDefaultTaxZone(?ZoneInterface $defaultTaxZone): void; |
60 | 63 | |
@@ -65,6 +68,7 @@ discard block |
||
65 | 68 | |
66 | 69 | /** |
67 | 70 | * @param string|null $taxCalculationStrategy |
71 | + * @return void |
|
68 | 72 | */ |
69 | 73 | public function setTaxCalculationStrategy(?string $taxCalculationStrategy): void; |
70 | 74 | |
@@ -75,6 +79,7 @@ discard block |
||
75 | 79 | |
76 | 80 | /** |
77 | 81 | * @param string|null $themeName |
82 | + * @return void |
|
78 | 83 | */ |
79 | 84 | public function setThemeName(?string $themeName): void; |
80 | 85 | |
@@ -85,6 +90,7 @@ discard block |
||
85 | 90 | |
86 | 91 | /** |
87 | 92 | * @param string|null $contactEmail |
93 | + * @return void |
|
88 | 94 | */ |
89 | 95 | public function setContactEmail(?string $contactEmail): void; |
90 | 96 | |
@@ -95,6 +101,7 @@ discard block |
||
95 | 101 | |
96 | 102 | /** |
97 | 103 | * @param bool $skippingShippingStepAllowed |
104 | + * @return void |
|
98 | 105 | */ |
99 | 106 | public function setSkippingShippingStepAllowed(bool $skippingShippingStepAllowed): void; |
100 | 107 | |
@@ -105,6 +112,7 @@ discard block |
||
105 | 112 | |
106 | 113 | /** |
107 | 114 | * @param bool $skippingPaymentStepAllowed |
115 | + * @return void |
|
108 | 116 | */ |
109 | 117 | public function setSkippingPaymentStepAllowed(bool $skippingPaymentStepAllowed): void; |
110 | 118 | |
@@ -115,6 +123,7 @@ discard block |
||
115 | 123 | |
116 | 124 | /** |
117 | 125 | * @param bool $accountVerificationRequired |
126 | + * @return void |
|
118 | 127 | */ |
119 | 128 | public function setAccountVerificationRequired(bool $accountVerificationRequired): void; |
120 | 129 | } |
@@ -29,6 +29,7 @@ discard block |
||
29 | 29 | |
30 | 30 | /** |
31 | 31 | * @param ProductVariantInterface|null $productVariant |
32 | + * @return void |
|
32 | 33 | */ |
33 | 34 | public function setProductVariant(?ProductVariantInterface $productVariant): void; |
34 | 35 | |
@@ -39,6 +40,7 @@ discard block |
||
39 | 40 | |
40 | 41 | /** |
41 | 42 | * @param int|null $price |
43 | + * @return void |
|
42 | 44 | */ |
43 | 45 | public function setPrice(?int $price): void; |
44 | 46 | |
@@ -49,6 +51,7 @@ discard block |
||
49 | 51 | |
50 | 52 | /** |
51 | 53 | * @param string|null $channelCode |
54 | + * @return void |
|
52 | 55 | */ |
53 | 56 | public function setChannelCode(?string $channelCode): void; |
54 | 57 | |
@@ -59,6 +62,7 @@ discard block |
||
59 | 62 | |
60 | 63 | /** |
61 | 64 | * @param int|null $originalPrice |
65 | + * @return void |
|
62 | 66 | */ |
63 | 67 | public function setOriginalPrice(?int $originalPrice): void; |
64 | 68 |
@@ -27,6 +27,7 @@ discard block |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param string|null $type |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function setType(?string $type): void; |
32 | 33 | |
@@ -37,6 +38,7 @@ discard block |
||
37 | 38 | |
38 | 39 | /** |
39 | 40 | * @param \SplFileInfo|null $file |
41 | + * @return void |
|
40 | 42 | */ |
41 | 43 | public function setFile(?\SplFileInfo $file): void; |
42 | 44 | |
@@ -52,6 +54,7 @@ discard block |
||
52 | 54 | |
53 | 55 | /** |
54 | 56 | * @param string|null $path |
57 | + * @return void |
|
55 | 58 | */ |
56 | 59 | public function setPath(?string $path): void; |
57 | 60 | |
@@ -62,6 +65,7 @@ discard block |
||
62 | 65 | |
63 | 66 | /** |
64 | 67 | * @param object|null $owner |
68 | + * @return void |
|
65 | 69 | */ |
66 | 70 | public function setOwner($owner): void; |
67 | 71 | } |
@@ -46,11 +46,13 @@ |
||
46 | 46 | |
47 | 47 | /** |
48 | 48 | * @param ImageInterface $image |
49 | + * @return void |
|
49 | 50 | */ |
50 | 51 | public function addImage(ImageInterface $image): void; |
51 | 52 | |
52 | 53 | /** |
53 | 54 | * @param ImageInterface $image |
55 | + * @return void |
|
54 | 56 | */ |
55 | 57 | public function removeImage(ImageInterface $image): void; |
56 | 58 | } |
@@ -46,6 +46,7 @@ discard block |
||
46 | 46 | |
47 | 47 | /** |
48 | 48 | * @param AddressInterface|null $address |
49 | + * @return void |
|
49 | 50 | */ |
50 | 51 | public function setShippingAddress(?AddressInterface $address): void; |
51 | 52 | |
@@ -56,6 +57,7 @@ discard block |
||
56 | 57 | |
57 | 58 | /** |
58 | 59 | * @param AddressInterface|null $address |
60 | + * @return void |
|
59 | 61 | */ |
60 | 62 | public function setBillingAddress(?AddressInterface $address): void; |
61 | 63 | |
@@ -66,6 +68,7 @@ discard block |
||
66 | 68 | |
67 | 69 | /** |
68 | 70 | * @param string|null $checkoutState |
71 | + * @return void |
|
69 | 72 | */ |
70 | 73 | public function setCheckoutState(?string $checkoutState): void; |
71 | 74 | |
@@ -76,6 +79,7 @@ discard block |
||
76 | 79 | |
77 | 80 | /** |
78 | 81 | * @param string|null $paymentState |
82 | + * @return void |
|
79 | 83 | */ |
80 | 84 | public function setPaymentState(?string $paymentState): void; |
81 | 85 | |
@@ -108,14 +112,19 @@ discard block |
||
108 | 112 | |
109 | 113 | /** |
110 | 114 | * @param ShipmentInterface $shipment |
115 | + * @return void |
|
111 | 116 | */ |
112 | 117 | public function addShipment(ShipmentInterface $shipment): void; |
113 | 118 | |
114 | 119 | /** |
115 | 120 | * @param ShipmentInterface $shipment |
121 | + * @return void |
|
116 | 122 | */ |
117 | 123 | public function removeShipment(ShipmentInterface $shipment): void; |
118 | 124 | |
125 | + /** |
|
126 | + * @return void |
|
127 | + */ |
|
119 | 128 | public function removeShipments(): void; |
120 | 129 | |
121 | 130 | /** |
@@ -132,6 +141,7 @@ discard block |
||
132 | 141 | |
133 | 142 | /** |
134 | 143 | * @param string|null $currencyCode |
144 | + * @return void |
|
135 | 145 | */ |
136 | 146 | public function setCurrencyCode(?string $currencyCode): void; |
137 | 147 | |
@@ -142,11 +152,13 @@ discard block |
||
142 | 152 | |
143 | 153 | /** |
144 | 154 | * @param string|null |
155 | + * @return void |
|
145 | 156 | */ |
146 | 157 | public function setLocaleCode(?string $localeCode): void; |
147 | 158 | |
148 | 159 | /** |
149 | 160 | * @param BaseCouponInterface|null $coupon |
161 | + * @return void |
|
150 | 162 | */ |
151 | 163 | public function setPromotionCoupon(?BaseCouponInterface $coupon): void; |
152 | 164 | |
@@ -157,6 +169,7 @@ discard block |
||
157 | 169 | |
158 | 170 | /** |
159 | 171 | * @param string|null $state |
172 | + * @return void |
|
160 | 173 | */ |
161 | 174 | public function setShippingState(?string $state): void; |
162 | 175 | |
@@ -189,6 +202,7 @@ discard block |
||
189 | 202 | |
190 | 203 | /** |
191 | 204 | * @param string|null $tokenValue |
205 | + * @return void |
|
192 | 206 | */ |
193 | 207 | public function setTokenValue(?string $tokenValue): void; |
194 | 208 | |
@@ -199,6 +213,7 @@ discard block |
||
199 | 213 | |
200 | 214 | /** |
201 | 215 | * @param string|null $customerIp |
216 | + * @return void |
|
202 | 217 | */ |
203 | 218 | public function setCustomerIp(?string $customerIp): void; |
204 | 219 | } |
@@ -32,6 +32,7 @@ |
||
32 | 32 | |
33 | 33 | /** |
34 | 34 | * @param ProductVariantInterface|null $variant |
35 | + * @return void |
|
35 | 36 | */ |
36 | 37 | public function setVariant(?ProductVariantInterface $variant): void; |
37 | 38 |
@@ -24,6 +24,7 @@ |
||
24 | 24 | { |
25 | 25 | /** |
26 | 26 | * @param GatewayConfigInterface|null $gateway |
27 | + * @return void |
|
27 | 28 | */ |
28 | 29 | public function setGatewayConfig(?GatewayConfigInterface $gateway): void; |
29 | 30 |