Completed
Push — master ( c165da...12dd09 )
by Tim
16s
created
src/Subjects/AbstractProductSubject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
     /**
240 240
      * Return's the product processor instance.
241 241
      *
242
-     * @return \TechDivision\Import\Services\ProductProcessorInterface The product processor instance
242
+     * @return ProductProcessorInterface The product processor instance
243 243
      */
244 244
     public function getProductProcessor()
245 245
     {
Please login to merge, or discard this patch.
src/Services/ProductBunchProcessor.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -263,8 +263,8 @@  discard block
 block discarded – undo
263 263
      * @param \TechDivision\Import\Product\Repositories\StockStatusRepository             $stockStatusRepository               The stock status repository to use
264 264
      * @param \TechDivision\Import\Product\Repositories\StockItemRepository               $stockItemRepository                 The stock item repository to use
265 265
      * @param \TechDivision\Import\Repositories\UrlRewriteRepository                      $urlRewriteRepository                The URL rewrite repository to use
266
-     * @param \TechDivision\Import\Repositories\UrlRewriteRepository                      $urlRewriteProductCategoryRepository The URL rewrite product category repository to use
267
-     * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository   The EAV attribute option value repository to use
266
+     * @param UrlRewriteProductCategoryRepository                      $urlRewriteProductCategoryRepository The URL rewrite product category repository to use
267
+     * @param EavAttributeOptionValueRepository $eavAttributeOptionValueRepository   The EAV attribute option value repository to use
268 268
      * @param \TechDivision\Import\Repositories\EavAttributeRepository                    $eavAttributeRepository              The EAV attribute repository to use
269 269
      * @param \TechDivision\Import\Product\Actions\CategoryProductAction                  $categoryProductAction               The category product action to use
270 270
      * @param \TechDivision\Import\Product\Actions\ProductDatetimeAction                  $productDatetimeAction               The product datetime action to use
@@ -406,7 +406,7 @@  discard block
 block discarded – undo
406 406
     /**
407 407
      * Set's the repository to access EAV attribute option values.
408 408
      *
409
-     * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The repository to access EAV attribute option values
409
+     * @param EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The repository to access EAV attribute option values
410 410
      *
411 411
      * @return void
412 412
      */
@@ -616,7 +616,7 @@  discard block
 block discarded – undo
616 616
     /**
617 617
      * Set's the action with the category product relation CRUD methods.
618 618
      *
619
-     * @param \TechDivision\Import\Product\Actions\ProductCategoryAction $categoryProductAction The action with the category product relation CRUD methods
619
+     * @param CategoryProductAction $categoryProductAction The action with the category product relation CRUD methods
620 620
      *
621 621
      * @return void
622 622
      */
@@ -704,7 +704,7 @@  discard block
 block discarded – undo
704 704
     /**
705 705
      * Set's the action with the URL rewrite product category CRUD methods.
706 706
      *
707
-     * @param \TechDivision\Import\Product\Actions\UrlRewriteAction $urlRewriteProductCategoryAction The action with the URL rewrite CRUD methods
707
+     * @param UrlRewriteProductCategoryAction $urlRewriteProductCategoryAction The action with the URL rewrite CRUD methods
708 708
      *
709 709
      * @return void
710 710
      */
Please login to merge, or discard this patch.