Completed
Pull Request — master (#70)
by Tim
03:14
created
src/Services/ProductBunchProcessor.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -264,8 +264,8 @@  discard block
 block discarded – undo
264 264
      * @param \TechDivision\Import\Product\Repositories\StockStatusRepository             $stockStatusRepository               The stock status repository to use
265 265
      * @param \TechDivision\Import\Product\Repositories\StockItemRepository               $stockItemRepository                 The stock item repository to use
266 266
      * @param \TechDivision\Import\Repositories\UrlRewriteRepository                      $urlRewriteRepository                The URL rewrite repository to use
267
-     * @param \TechDivision\Import\Repositories\UrlRewriteRepository                      $urlRewriteProductCategoryRepository The URL rewrite product category repository to use
268
-     * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository   The EAV attribute option value repository to use
267
+     * @param UrlRewriteProductCategoryRepository                      $urlRewriteProductCategoryRepository The URL rewrite product category repository to use
268
+     * @param EavAttributeOptionValueRepository $eavAttributeOptionValueRepository   The EAV attribute option value repository to use
269 269
      * @param \TechDivision\Import\Repositories\EavAttributeRepository                    $eavAttributeRepository              The EAV attribute repository to use
270 270
      * @param \TechDivision\Import\Product\Actions\CategoryProductAction                  $categoryProductAction               The category product action to use
271 271
      * @param \TechDivision\Import\Product\Actions\ProductDatetimeAction                  $productDatetimeAction               The product datetime action to use
@@ -378,7 +378,7 @@  discard block
 block discarded – undo
378 378
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
379 379
      * ProductProcessor::beginTransaction() starts a new transaction.
380 380
      *
381
-     * @return boolean Returns TRUE on success or FALSE on failure
381
+     * @return boolean|null Returns TRUE on success or FALSE on failure
382 382
      * @link http://php.net/manual/en/pdo.commit.php
383 383
      */
384 384
     public function commit()
@@ -407,7 +407,7 @@  discard block
 block discarded – undo
407 407
     /**
408 408
      * Set's the repository to access EAV attribute option values.
409 409
      *
410
-     * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The repository to access EAV attribute option values
410
+     * @param EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The repository to access EAV attribute option values
411 411
      *
412 412
      * @return void
413 413
      */
@@ -617,7 +617,7 @@  discard block
 block discarded – undo
617 617
     /**
618 618
      * Set's the action with the category product relation CRUD methods.
619 619
      *
620
-     * @param \TechDivision\Import\Product\Actions\ProductCategoryAction $categoryProductAction The action with the category product relation CRUD methods
620
+     * @param CategoryProductAction $categoryProductAction The action with the category product relation CRUD methods
621 621
      *
622 622
      * @return void
623 623
      */
@@ -705,7 +705,7 @@  discard block
 block discarded – undo
705 705
     /**
706 706
      * Set's the action with the URL rewrite product category CRUD methods.
707 707
      *
708
-     * @param \TechDivision\Import\Product\Actions\UrlRewriteAction $urlRewriteProductCategoryAction The action with the URL rewrite CRUD methods
708
+     * @param UrlRewriteProductCategoryAction $urlRewriteProductCategoryAction The action with the URL rewrite CRUD methods
709 709
      *
710 710
      * @return void
711 711
      */
Please login to merge, or discard this patch.
src/Observers/CategoryProductObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * Return's the product bunch processor instance.
66 66
      *
67
-     * @return \TechDivision\Import\Services\ProductBunchProcessorInterface The product bunch processor instance
67
+     * @return ProductBunchProcessorInterface The product bunch processor instance
68 68
      */
69 69
     protected function getProductBunchProcessor()
70 70
     {
Please login to merge, or discard this patch.
src/Observers/PreLoadEntityIdObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * Return's the product bunch processor instance.
66 66
      *
67
-     * @return \TechDivision\Import\Services\ProductBunchProcessorInterface The product bunch processor instance
67
+     * @return ProductBunchProcessorInterface The product bunch processor instance
68 68
      */
69 69
     protected function getProductBunchProcessor()
70 70
     {
Please login to merge, or discard this patch.
src/Observers/ProductInventoryObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * Return's the product bunch processor instance.
66 66
      *
67
-     * @return \TechDivision\Import\Services\ProductBunchProcessorInterface The product bunch processor instance
67
+     * @return ProductBunchProcessorInterface The product bunch processor instance
68 68
      */
69 69
     protected function getProductBunchProcessor()
70 70
     {
Please login to merge, or discard this patch.
src/Observers/ProductObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * Return's the product bunch processor instance.
66 66
      *
67
-     * @return \TechDivision\Import\Services\ProductBunchProcessorInterface The product bunch processor instance
67
+     * @return ProductBunchProcessorInterface The product bunch processor instance
68 68
      */
69 69
     protected function getProductBunchProcessor()
70 70
     {
Please login to merge, or discard this patch.
src/Observers/ProductWebsiteObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * Return's the product bunch processor instance.
66 66
      *
67
-     * @return \TechDivision\Import\Services\ProductBunchProcessorInterface The product bunch processor instance
67
+     * @return ProductBunchProcessorInterface The product bunch processor instance
68 68
      */
69 69
     protected function getProductBunchProcessor()
70 70
     {
Please login to merge, or discard this patch.
src/Observers/UrlRewriteObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * Return's the product bunch processor instance.
66 66
      *
67
-     * @return \TechDivision\Import\Services\ProductBunchProcessorInterface The product bunch processor instance
67
+     * @return ProductBunchProcessorInterface The product bunch processor instance
68 68
      */
69 69
     protected function getProductBunchProcessor()
70 70
     {
Please login to merge, or discard this patch.