Completed
Pull Request — master (#26)
by Tim
08:05
created
src/Services/EeCategoryBunchProcessor.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -67,11 +67,11 @@
 block discarded – undo
67 67
      * @param \TechDivision\Import\Connection\ConnectionInterface                          $connection                        The connection to use
68 68
      * @param \TechDivision\Import\Category\Ee\Actions\SequenceCategoryAction              $sequenceCategoryAction            The sequence category action to use
69 69
      * @param \TechDivision\Import\Category\Ee\Repositories\CategoryRepository             $categoryRepository                The category repository to use
70
-     * @param \TechDivision\Import\Category\Ee\Repositories\CategoryDatetimeRepository     $categoryDatetimeRepository        The category datetime repository to use
71
-     * @param \TechDivision\Import\Category\Ee\Repositories\CategoryDecimalRepository      $categoryDecimalRepository         The category decimal repository to use
72
-     * @param \TechDivision\Import\Category\Ee\Repositories\CategoryIntRepository          $categoryIntRepository             The category integer repository to use
73
-     * @param \TechDivision\Import\Category\Ee\Repositories\CategoryTextRepository         $categoryTextRepository            The category text repository to use
74
-     * @param \TechDivision\Import\Category\Ee\Repositories\CategoryVarcharRepository      $categoryVarcharRepository         The category varchar repository to use
70
+     * @param CategoryDatetimeRepository     $categoryDatetimeRepository        The category datetime repository to use
71
+     * @param CategoryDecimalRepository      $categoryDecimalRepository         The category decimal repository to use
72
+     * @param CategoryIntRepository          $categoryIntRepository             The category integer repository to use
73
+     * @param CategoryTextRepository         $categoryTextRepository            The category text repository to use
74
+     * @param CategoryVarcharRepository      $categoryVarcharRepository         The category varchar repository to use
75 75
      * @param \TechDivision\Import\Repositories\EavAttributeOptionValueRepository          $eavAttributeOptionValueRepository The EAV attribute option value repository to use
76 76
      * @param \TechDivision\Import\Repositories\EavAttributeRepository                     $eavAttributeRepository            The EAV attribute repository to use
77 77
      * @param \TechDivision\Import\Repositories\UrlRewriteRepository                       $urlRewriteRepository              The URL rewrite repository to use
Please login to merge, or discard this patch.