Passed
Branch master (7a7cfe)
by Fabian
45:14
created
src/Spryker/Zed/ProductManagement/Communication/Table/ProductTable.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Zed/ProductManagement/Communication/Transfer/ProductFormTransferMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
Zed/ProductManagement/Persistence/ProductManagementQueryContainer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
ProductOption/Business/Calculator/ProductOptionTaxRateCalculationTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
tests/SprykerTest/Zed/ProductOption/Business/ProductOptionFacadeTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Spryker/Yves/ProductRelation/DataProvider/RelatedProductsDataProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Spryker/Zed/ProductRelation/Communication/Table/ProductRelationTable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Spryker/Zed/ProductReviewGui/Communication/Table/ProductReviewTable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Spryker/Zed/ProductSearch/Business/Attribute/AttributeWriter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.