@@ -305,7 +305,7 @@ |
||
305 | 305 | |
306 | 306 | // load the global data we've prepared initially |
307 | 307 | $this->taxClasses = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::TAX_CLASSES]; |
308 | - $this->storeWebsites = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES]; |
|
308 | + $this->storeWebsites = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES]; |
|
309 | 309 | |
310 | 310 | // load the available categories |
311 | 311 | $this->categories = $this->getCategoryProcessor()->getCategoriesWithResolvedPath(); |
@@ -184,7 +184,7 @@ discard block |
||
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 |
||
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 |
||
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 | { |
@@ -142,7 +142,7 @@ |
||
142 | 142 | /** |
143 | 143 | * Return's the configured processor instance. |
144 | 144 | * |
145 | - * @return object The processor instance |
|
145 | + * @return CategoryProcessorInterface The processor instance |
|
146 | 146 | * @throws \Exception Is thrown, if no processor factory has been configured |
147 | 147 | */ |
148 | 148 | protected function getProcessor() |