@@ -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 | { |
@@ -22,7 +22,6 @@ |
||
22 | 22 | |
23 | 23 | use League\Flysystem\Filesystem; |
24 | 24 | use League\Flysystem\Adapter\Local; |
25 | -use TechDivision\Import\Subjects\FilesystemTrait; |
|
26 | 25 | use TechDivision\Import\Subjects\FileUploadTrait; |
27 | 26 | use TechDivision\Import\Category\Utils\ConfigurationKeys; |
28 | 27 | use TechDivision\Import\Category\Subjects\AbstractCategorySubject; |