Passed
Push — master ( 7a7cfe...9ace4b )
by Mark
35:26
created
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.
ProductSetGui/Communication/Form/DataProvider/UpdateFormDataProvider.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     }
83 83
 
84 84
     /**
85
-     * @param \Generated\Shared\Transfer\ProductSetTransfer $productSetTransfer
85
+     * @param ProductSetTransfer|null $productSetTransfer
86 86
      *
87 87
      * @return array
88 88
      */
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
     }
100 100
 
101 101
     /**
102
-     * @param \Generated\Shared\Transfer\ProductSetTransfer $productSetTransfer
102
+     * @param ProductSetTransfer|null $productSetTransfer
103 103
      *
104 104
      * @return array
105 105
      */
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     }
143 143
 
144 144
     /**
145
-     * @param \Generated\Shared\Transfer\ProductSetTransfer $productSetTransfer
145
+     * @param ProductSetTransfer|null $productSetTransfer
146 146
      *
147 147
      * @return array
148 148
      */
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
     }
200 200
 
201 201
     /**
202
-     * @param \Generated\Shared\Transfer\ProductSetTransfer $productSetTransfer
202
+     * @param ProductSetTransfer|null $productSetTransfer
203 203
      *
204 204
      * @return array
205 205
      */
Please login to merge, or discard this patch.
Bundles/Propel/src/Spryker/Zed/Propel/Business/Model/PropelSchemaMerger.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     /**
124 124
      * @param \Symfony\Component\Finder\SplFileInfo[] $schemaFiles
125 125
      *
126
-     * @return \SimpleXMLElement[]
126
+     * @return ArrayObject
127 127
      */
128 128
     private function createSchemaXmlElements(array $schemaFiles)
129 129
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
             }
169 169
         }
170 170
 
171
-        $callback = function ($a) {
171
+        $callback = function($a) {
172 172
             $multiplier = (strlen($a[1]) / 2) * 4;
173 173
 
174 174
             return str_repeat(' ', $multiplier) . '<';
Please login to merge, or discard this patch.
Zed/Propel/Business/Model/PropelDatabase/PostgreSqlDatabaseCreatorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @param array $methods
63
+     * @param string[] $methods
64 64
      *
65 65
      * @return \PHPUnit_Framework_MockObject_MockObject|\Spryker\Zed\Propel\Business\Model\PropelDatabase\PostgreSqlDatabaseCreator
66 66
      */
Please login to merge, or discard this patch.
Bundles/Queue/src/Spryker/Zed/Queue/Business/Worker/Worker.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      * @param \Spryker\Zed\Queue\Business\Process\ProcessManagerInterface $processManager
48 48
      * @param \Spryker\Zed\Queue\QueueConfig $queueConfig
49 49
      * @param \Spryker\Zed\Queue\Business\Worker\WorkerProgressBarInterface $workerProgressBar
50
-     * @param array $queueNames
50
+     * @param integer[] $queueNames
51 51
      */
52 52
     public function __construct(
53 53
         ProcessManagerInterface $processManager,
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     /**
65 65
      * @param string $command
66 66
      * @param int $round
67
-     * @param array $processes
67
+     * @param \Symfony\Component\Process\Process[] $processes
68 68
      *
69 69
      * @return void
70 70
      */
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
         foreach ($this->queueNames as $queue) {
143 143
             $processCommand = sprintf('%s %s >> %s', $command, $queue, $this->queueConfig->getQueueWorkerOutputFileName());
144 144
             $queueProcesses = $this->startProcesses($processCommand, $queue);
145
-            $processes = array_merge($processes,  $queueProcesses[self::PROCESSES_INTSTANCES]);
145
+            $processes = array_merge($processes, $queueProcesses[self::PROCESSES_INTSTANCES]);
146 146
 
147 147
             $this
148 148
                 ->workerProgressBar
Please login to merge, or discard this patch.