Completed
Push — master ( 7ce028...3697be )
by Tim
8s
created
src/Subjects/AbstractCategorySubject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.
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.
src/Subjects/MediaSubject.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.