@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | /** |
56 | 56 | * @param \Spryker\Zed\Gui\Communication\Table\TableConfiguration $config |
57 | 57 | * |
58 | - * @return mixed |
|
58 | + * @return TableConfiguration |
|
59 | 59 | */ |
60 | 60 | protected function configure(TableConfiguration $config) |
61 | 61 | { |
@@ -143,7 +143,7 @@ discard block |
||
143 | 143 | /** |
144 | 144 | * @param \Orm\Zed\Product\Persistence\SpyProductAbstract $item |
145 | 145 | * |
146 | - * @return array |
|
146 | + * @return string[] |
|
147 | 147 | */ |
148 | 148 | protected function createActionColumn(SpyProductAbstract $item) |
149 | 149 | { |
@@ -146,7 +146,7 @@ |
||
146 | 146 | } |
147 | 147 | |
148 | 148 | /** |
149 | - * @param \Generated\Shared\Transfer\ProductAbstractTransfer $productAbstractTransfer |
|
149 | + * @param ProductAbstractTransfer|null $productAbstractTransfer |
|
150 | 150 | * @param \Symfony\Component\Form\FormInterface $form |
151 | 151 | * @param int $idProduct |
152 | 152 | * |
@@ -46,7 +46,7 @@ |
||
46 | 46 | * @param int $idProductManagementAttribute |
47 | 47 | * @param int $idLocale |
48 | 48 | * |
49 | - * @return \Orm\Zed\ProductAttribute\Persistence\SpyProductManagementAttributeValueQuery |
|
49 | + * @return string |
|
50 | 50 | */ |
51 | 51 | public function queryProductManagementAttributeValueWithTranslation($idProductManagementAttribute, $idLocale) |
52 | 52 | { |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
55 | 55 | * @param array $mockData |
56 | 56 | * |
57 | - * @return float |
|
57 | + * @return integer |
|
58 | 58 | */ |
59 | 59 | protected function getEffectiveTaxRateByQuoteTransfer(QuoteTransfer $quoteTransfer, $mockData) |
60 | 60 | { |
@@ -233,7 +233,7 @@ discard block |
||
233 | 233 | /** |
234 | 234 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
235 | 235 | * |
236 | - * @return float |
|
236 | + * @return integer |
|
237 | 237 | */ |
238 | 238 | protected function getProductItemsTaxRateAverage(QuoteTransfer $quoteTransfer) |
239 | 239 | { |
@@ -252,7 +252,7 @@ discard block |
||
252 | 252 | /** |
253 | 253 | * @param \Generated\Shared\Transfer\ItemTransfer $item |
254 | 254 | * |
255 | - * @return float |
|
255 | + * @return integer |
|
256 | 256 | */ |
257 | 257 | protected function getEffectiveProductOptionTaxRate(ItemTransfer $item) |
258 | 258 | { |
@@ -349,7 +349,7 @@ discard block |
||
349 | 349 | /** |
350 | 350 | * @param string $sku |
351 | 351 | * |
352 | - * @return \Orm\Zed\Product\Persistence\SpyProductAbstract |
|
352 | + * @return integer |
|
353 | 353 | */ |
354 | 354 | protected function createProductAbstract($sku) |
355 | 355 | { |
@@ -390,7 +390,7 @@ discard block |
||
390 | 390 | } |
391 | 391 | |
392 | 392 | /** |
393 | - * @return \Generated\Shared\Transfer\ProductOptionValueTransfer |
|
393 | + * @return null|ProductOptionValueTransfer |
|
394 | 394 | */ |
395 | 395 | protected function createProductOptionValueTransfer() |
396 | 396 | { |
@@ -70,7 +70,7 @@ |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |
73 | - * @param array $productRelationCollection |
|
73 | + * @param \Generated\Shared\Transfer\StorageProductRelationsTransfer[] $productRelationCollection |
|
74 | 74 | * |
75 | 75 | * @return \Generated\Shared\Transfer\StorageProductRelationsTransfer|null |
76 | 76 | */ |
@@ -207,7 +207,7 @@ |
||
207 | 207 | /** |
208 | 208 | * @param array $item |
209 | 209 | * |
210 | - * @return array |
|
210 | + * @return string[] |
|
211 | 211 | */ |
212 | 212 | protected function buildActions(array $item) |
213 | 213 | { |
@@ -310,7 +310,7 @@ |
||
310 | 310 | /** |
311 | 311 | * @param \Orm\Zed\ProductReview\Persistence\SpyProductReview $productReviewEntity |
312 | 312 | * |
313 | - * @return mixed |
|
313 | + * @return string |
|
314 | 314 | */ |
315 | 315 | protected function getProductName(SpyProductReview $productReviewEntity) |
316 | 316 | { |
@@ -220,7 +220,7 @@ discard block |
||
220 | 220 | |
221 | 221 | /** |
222 | 222 | * @param \Generated\Shared\Transfer\ProductSearchAttributeTransfer $productSearchAttributeTransfer |
223 | - * @param \Generated\Shared\Transfer\ProductAttributeKeyTransfer $productAttributeKeyTransfer |
|
223 | + * @param ProductAttributeKeyTransfer|null $productAttributeKeyTransfer |
|
224 | 224 | * |
225 | 225 | * @return \Generated\Shared\Transfer\ProductSearchAttributeTransfer |
226 | 226 | */ |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | |
239 | 239 | /** |
240 | 240 | * @param \Generated\Shared\Transfer\ProductSearchAttributeTransfer $productSearchAttributeTransfer |
241 | - * @param \Generated\Shared\Transfer\ProductAttributeKeyTransfer $productAttributeKeyTransfer |
|
241 | + * @param ProductAttributeKeyTransfer|null $productAttributeKeyTransfer |
|
242 | 242 | * |
243 | 243 | * @return \Generated\Shared\Transfer\ProductSearchAttributeTransfer |
244 | 244 | */ |
@@ -258,7 +258,7 @@ discard block |
||
258 | 258 | } |
259 | 259 | |
260 | 260 | /** |
261 | - * @param \Generated\Shared\Transfer\ProductAttributeKeyTransfer $productAttributeKeyTransfer |
|
261 | + * @param ProductAttributeKeyTransfer|null $productAttributeKeyTransfer |
|
262 | 262 | * |
263 | 263 | * @return void |
264 | 264 | */ |