Passed
Push — master ( 7a7cfe...9ace4b )
by Mark
35:26
created
src/Spryker/Zed/Product/Business/Product/ProductConcreteActivator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Product/tests/SprykerTest/Zed/Product/Business/ConcreteManagementTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -345,7 +345,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Persistence/ProductAbstractDataFeedQueryContainerTest.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
348 348
     }
349 349
 
350 350
     /**
351
-     * @return array
351
+     * @return string[]
352 352
      */
353 353
     protected function getVariantJoinedTables()
354 354
     {
Please login to merge, or discard this patch.
Bundles/ProductApi/src/Spryker/Zed/ProductApi/Business/ProductApiFacade.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Spryker/Zed/ProductAttribute/Business/Model/Attribute/AttributeWriter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Spryker/Zed/ProductAttribute/Persistence/ProductAttributeQueryContainer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -372,7 +372,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Communication/Form/DataProvider/AttributeFormDataProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Spryker/Yves/ProductBundle/Grouper/ProductBundleGrouper.php 2 patches
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.
ProductBundle/Business/ProductBundle/Availability/PreCheck/BasePreCheck.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.