Completed
Pull Request — master (#17)
by Tim
03:53
created
src/Observers/UrlRewriteObserver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
     /**
391 391
      * Initialize's and return's the URL key filter.
392 392
      *
393
-     * @return \TechDivision\Import\Product\Utils\ConvertLiteralUrl The URL key filter
393
+     * @return ConvertLiteralUrl The URL key filter
394 394
      */
395 395
     protected function getUrlKeyFilter()
396 396
     {
@@ -488,7 +488,7 @@  discard block
 block discarded – undo
488 488
     /**
489 489
      * Return's the PK to create the product => attribute relation.
490 490
      *
491
-     * @return integer The PK to create the relation with
491
+     * @return string The PK to create the relation with
492 492
      */
493 493
     protected function getPrimaryKey()
494 494
     {
Please login to merge, or discard this patch.
src/Services/ProductBunchProcessor.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -689,7 +689,6 @@
 block discarded – undo
689 689
     /**
690 690
      * Set's the repository to load the category product relations with.
691 691
      *
692
-     * @param \TechDivision\Import\Product\Repositories\CategoryProductRepository $productWebsiteRepository The repository instance
693 692
      *
694 693
      * @return void
695 694
      */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,6 @@
 block discarded – undo
20 20
 
21 21
 namespace TechDivision\Import\Product\Services;
22 22
 
23
-use TechDivision\Import\Product\Utils\MemberNames;
24
-
25 23
 /**
26 24
  * The product bunch processor implementation.
27 25
  *
Please login to merge, or discard this patch.
src/Subjects/AbstractProductSubject.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 namespace TechDivision\Import\Product\Subjects;
22 22
 
23 23
 use TechDivision\Import\Utils\RegistryKeys;
24
-use TechDivision\Import\Utils\StoreViewCodes;
25 24
 use TechDivision\Import\Subjects\AbstractSubject;
26 25
 use TechDivision\Import\Product\Utils\MemberNames;
27 26
 use TechDivision\Import\Product\Services\ProductProcessorInterface;
Please login to merge, or discard this patch.