@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | } |
112 | 112 | |
113 | 113 | /** |
114 | - * @param \Generated\Shared\Transfer\ProductConcreteTransfer $productConcreteTransfer |
|
114 | + * @param ProductConcreteTransfer|null $productConcreteTransfer |
|
115 | 115 | * @param bool $isActive |
116 | 116 | * |
117 | 117 | * @return void |
@@ -141,7 +141,7 @@ discard block |
||
141 | 141 | } |
142 | 142 | |
143 | 143 | /** |
144 | - * @param \Generated\Shared\Transfer\ProductConcreteTransfer $productConcreteTransfer |
|
144 | + * @param ProductConcreteTransfer|null $productConcreteTransfer |
|
145 | 145 | * |
146 | 146 | * @return \Generated\Shared\Transfer\ProductAbstractTransfer|null |
147 | 147 | */ |
@@ -345,7 +345,7 @@ |
||
345 | 345 | } |
346 | 346 | |
347 | 347 | /** |
348 | - * @param \Generated\Shared\Transfer\ProductConcreteTransfer $productConcreteTransfer |
|
348 | + * @param ProductConcreteTransfer|null $productConcreteTransfer |
|
349 | 349 | * |
350 | 350 | * @return void |
351 | 351 | */ |
@@ -277,7 +277,7 @@ discard block |
||
277 | 277 | } |
278 | 278 | |
279 | 279 | /** |
280 | - * @param array $tablesArray |
|
280 | + * @param string[] $tablesArray |
|
281 | 281 | * |
282 | 282 | * @return array |
283 | 283 | */ |
@@ -290,7 +290,7 @@ discard block |
||
290 | 290 | } |
291 | 291 | |
292 | 292 | /** |
293 | - * @return array |
|
293 | + * @return string[] |
|
294 | 294 | */ |
295 | 295 | protected function getDefaultJoinedTables() |
296 | 296 | { |
@@ -300,7 +300,7 @@ discard block |
||
300 | 300 | } |
301 | 301 | |
302 | 302 | /** |
303 | - * @return array |
|
303 | + * @return string[] |
|
304 | 304 | */ |
305 | 305 | protected function getCategoryJoinedTables() |
306 | 306 | { |
@@ -313,7 +313,7 @@ discard block |
||
313 | 313 | } |
314 | 314 | |
315 | 315 | /** |
316 | - * @return array |
|
316 | + * @return string[] |
|
317 | 317 | */ |
318 | 318 | protected function getPriceJoinedTables() |
319 | 319 | { |
@@ -324,7 +324,7 @@ discard block |
||
324 | 324 | } |
325 | 325 | |
326 | 326 | /** |
327 | - * @return array |
|
327 | + * @return string[] |
|
328 | 328 | */ |
329 | 329 | protected function getOptionJoinedTables() |
330 | 330 | { |
@@ -336,7 +336,7 @@ discard block |
||
336 | 336 | } |
337 | 337 | |
338 | 338 | /** |
339 | - * @return array |
|
339 | + * @return string[] |
|
340 | 340 | */ |
341 | 341 | protected function getImageJoinedTables() |
342 | 342 | { |
@@ -348,7 +348,7 @@ discard block |
||
348 | 348 | } |
349 | 349 | |
350 | 350 | /** |
351 | - * @return array |
|
351 | + * @return string[] |
|
352 | 352 | */ |
353 | 353 | protected function getVariantJoinedTables() |
354 | 354 | { |
@@ -39,7 +39,6 @@ |
||
39 | 39 | * @api |
40 | 40 | * |
41 | 41 | * @param int $idProductAbstract |
42 | - * @param \Generated\Shared\Transfer\ApiFilterTransfer $apiFilterTransfer |
|
43 | 42 | * |
44 | 43 | * @return \Generated\Shared\Transfer\ApiItemTransfer |
45 | 44 | */ |
@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | |
130 | 130 | /** |
131 | 131 | * @param \Generated\Shared\Transfer\ProductManagementAttributeTransfer $productManagementAttributeTransfer |
132 | - * @param \Generated\Shared\Transfer\ProductAttributeKeyTransfer $productAttributeKeyTransfer |
|
132 | + * @param ProductAttributeKeyTransfer|null $productAttributeKeyTransfer |
|
133 | 133 | * |
134 | 134 | * @return \Generated\Shared\Transfer\ProductManagementAttributeTransfer |
135 | 135 | */ |
@@ -147,7 +147,7 @@ discard block |
||
147 | 147 | |
148 | 148 | /** |
149 | 149 | * @param \Generated\Shared\Transfer\ProductManagementAttributeTransfer $productManagementAttributeTransfer |
150 | - * @param \Generated\Shared\Transfer\ProductAttributeKeyTransfer $productAttributeKeyTransfer |
|
150 | + * @param ProductAttributeKeyTransfer|null $productAttributeKeyTransfer |
|
151 | 151 | * |
152 | 152 | * @return \Generated\Shared\Transfer\ProductManagementAttributeTransfer |
153 | 153 | */ |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | } |
167 | 167 | |
168 | 168 | /** |
169 | - * @param \Generated\Shared\Transfer\ProductAttributeKeyTransfer $productAttributeKeyTransfer |
|
169 | + * @param ProductAttributeKeyTransfer|null $productAttributeKeyTransfer |
|
170 | 170 | * |
171 | 171 | * @return void |
172 | 172 | */ |
@@ -372,7 +372,7 @@ |
||
372 | 372 | /** |
373 | 373 | * @param array $keys |
374 | 374 | * @param \Propel\Runtime\ActiveQuery\Criteria $criteria |
375 | - * @param \Propel\Runtime\ActiveQuery\Criterion\AbstractCriterion $defaultCriterion |
|
375 | + * @param AbstractCriterion|null $defaultCriterion |
|
376 | 376 | * |
377 | 377 | * @return \Propel\Runtime\ActiveQuery\Criterion\AbstractCriterion |
378 | 378 | */ |
@@ -87,7 +87,7 @@ |
||
87 | 87 | } |
88 | 88 | |
89 | 89 | /** |
90 | - * @param \Orm\Zed\ProductAttribute\Persistence\SpyProductManagementAttribute $productManagementAttributeEntity |
|
90 | + * @param SpyProductManagementAttribute|null $productManagementAttributeEntity |
|
91 | 91 | * |
92 | 92 | * @return array |
93 | 93 | */ |
@@ -23,8 +23,8 @@ discard block |
||
23 | 23 | protected $bundleGroupKeys = []; |
24 | 24 | |
25 | 25 | /** |
26 | - * @param \ArrayObject|\Generated\Shared\Transfer\ItemTransfer[] $items |
|
27 | - * @param \ArrayObject|\Generated\Shared\Transfer\ItemTransfer[] $bundleItems |
|
26 | + * @param ArrayObject $items |
|
27 | + * @param ArrayObject $bundleItems |
|
28 | 28 | * |
29 | 29 | * @return array |
30 | 30 | */ |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | |
77 | 77 | /** |
78 | 78 | * @param \Generated\Shared\Transfer\ItemTransfer $bundleItemTransfer |
79 | - * @param \ArrayObject|\Generated\Shared\Transfer\ItemTransfer[] $items |
|
79 | + * @param ArrayObject $items |
|
80 | 80 | * |
81 | 81 | * @return string |
82 | 82 | */ |
@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | } |
101 | 101 | |
102 | 102 | /** |
103 | - * @param array $options |
|
103 | + * @param ProductOptionTransfer[] $options |
|
104 | 104 | * |
105 | 105 | * @return array |
106 | 106 | */ |
@@ -136,8 +136,8 @@ discard block |
||
136 | 136 | } |
137 | 137 | |
138 | 138 | /** |
139 | - * @param \ArrayObject|\Generated\Shared\Transfer\ItemTransfer[] $bundleItems |
|
140 | - * @param \ArrayObject|\Generated\Shared\Transfer\ItemTransfer[] $items |
|
139 | + * @param ArrayObject $bundleItems |
|
140 | + * @param ArrayObject $items |
|
141 | 141 | * |
142 | 142 | * @return array |
143 | 143 | */ |
@@ -237,7 +237,7 @@ discard block |
||
237 | 237 | |
238 | 238 | /** |
239 | 239 | * @param \Generated\Shared\Transfer\ItemTransfer $itemTransfer |
240 | - * @param \ArrayObject|\Generated\Shared\Transfer\ItemTransfer[] $items |
|
240 | + * @param ArrayObject $items |
|
241 | 241 | * |
242 | 242 | * @return \Generated\Shared\Transfer\ProductOptionTransfer[] |
243 | 243 | */ |
@@ -255,7 +255,7 @@ discard block |
||
255 | 255 | |
256 | 256 | /** |
257 | 257 | * @param \Generated\Shared\Transfer\ItemTransfer[] $groupedBundleItems |
258 | - * @param \ArrayObject|\Generated\Shared\Transfer\ItemTransfer[] $bundleItems |
|
258 | + * @param ArrayObject $bundleItems |
|
259 | 259 | * |
260 | 260 | * @return \Generated\Shared\Transfer\ItemTransfer[] |
261 | 261 | */ |
@@ -108,7 +108,7 @@ |
||
108 | 108 | { |
109 | 109 | usort( |
110 | 110 | $options, |
111 | - function (ProductOptionTransfer $productOptionLeft, ProductOptionTransfer $productOptionRight) { |
|
111 | + function(ProductOptionTransfer $productOptionLeft, ProductOptionTransfer $productOptionRight) { |
|
112 | 112 | return ($productOptionLeft->getSku() < $productOptionRight->getSku()) ? -1 : 1; |
113 | 113 | } |
114 | 114 | ); |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | } |
50 | 50 | |
51 | 51 | /** |
52 | - * @param \ArrayObject|\Generated\Shared\Transfer\ItemTransfer $items |
|
52 | + * @param ArrayObject $items |
|
53 | 53 | * @param \Propel\Runtime\Collection\ObjectCollection|\Orm\Zed\ProductBundle\Persistence\Base\SpyProductBundle[] $bundledProducts |
54 | 54 | * @param int $itemQuantity |
55 | 55 | * |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | } |
72 | 72 | |
73 | 73 | /** |
74 | - * @param \ArrayObject|\Generated\Shared\Transfer\ItemTransfer[] $items |
|
74 | + * @param ArrayObject $items |
|
75 | 75 | * @param string $sku |
76 | 76 | * @param int $itemQuantity |
77 | 77 | * |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | } |
87 | 87 | |
88 | 88 | /** |
89 | - * @param \ArrayObject|\Generated\Shared\Transfer\ItemTransfer[] $items |
|
89 | + * @param ArrayObject $items |
|
90 | 90 | * @param string $sku |
91 | 91 | * |
92 | 92 | * @return int |