Completed
Push — master ( cc7355...9ba900 )
by Tim
12s
created
src/Services/AttributeBunchProcessor.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
247 247
      * ProductProcessor::beginTransaction() starts a new transaction.
248 248
      *
249
-     * @return boolean Returns TRUE on success or FALSE on failure
249
+     * @return boolean|null Returns TRUE on success or FALSE on failure
250 250
      * @link http://php.net/manual/en/pdo.commit.php
251 251
      */
252 252
     public function commit()
@@ -309,7 +309,7 @@  discard block
 block discarded – undo
309 309
     /**
310 310
      * Return's the attribute label repository instance.
311 311
      *
312
-     * @return \TechDivision\Import\Attribute\Repositories\AttributeRepositoryInterface The attribute label repository instance
312
+     * @return AttributeLabelRepositoryInterface The attribute label repository instance
313 313
      */
314 314
     public function getAttributeLabelRepository()
315 315
     {
@@ -463,7 +463,7 @@  discard block
 block discarded – undo
463 463
     /**
464 464
      * Return's the attribute label action instance.
465 465
      *
466
-     * @return \TechDivision\Import\Attribute\Actions\AttributeActionInterface The attribute label action instance
466
+     * @return AttributeLabelActionInterface The attribute label action instance
467 467
      */
468 468
     public function getAttributeLabelAction()
469 469
     {
Please login to merge, or discard this patch.