Completed
Push — master ( 14fee8...7ce028 )
by Tim
10s
created
src/Services/CategoryBunchProcessor.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
      * @param \TechDivision\Import\Category\Actions\CategoryAction                  $categoryAction             The category action to use
185 185
      * @param \TechDivision\Import\Category\Actions\CategoryTextAction              $categoryTextAction         The category text action to use
186 186
      * @param \TechDivision\Import\Category\Actions\CategoryVarcharAction           $categoryVarcharAction      The category varchar action to use
187
-     * @param \TechDivision\Import\Product\Actions\UrlRewriteAction                 $urlRewriteAction           The URL rewrite action to use
187
+     * @param UrlRewriteAction                 $urlRewriteAction           The URL rewrite action to use
188 188
      * @param \TechDivision\Import\Assembler\CategoryAssembler                      $categoryAssembler          The category assembler to use
189 189
      */
190 190
     public function __construct(
@@ -446,7 +446,7 @@  discard block
 block discarded – undo
446 446
     /**
447 447
      * Set's the action with the URL rewrite CRUD methods.
448 448
      *
449
-     * @param \TechDivision\Import\Product\Actions\UrlRewriteAction $urlRewriteAction The action with the URL rewrite CRUD methods
449
+     * @param UrlRewriteAction $urlRewriteAction The action with the URL rewrite CRUD methods
450 450
      *
451 451
      * @return void
452 452
      */
@@ -715,7 +715,7 @@  discard block
 block discarded – undo
715 715
      *
716 716
      * @param string $path The path of the category to count the children for
717 717
      *
718
-     * @return integer The children count of the category with the passed path
718
+     * @return string The children count of the category with the passed path
719 719
      */
720 720
     public function loadCategoryChildrenChildrenCount($path)
721 721
     {
Please login to merge, or discard this patch.