Completed
Push — master ( a9e576...b2dca7 )
by Tim
11s
created
src/Services/ProductLinkProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
     /**
156 156
      * Return's the action with the product link CRUD methods.
157 157
      *
158
-     * @return \TechDivision\Import\Product\Link\Actions\ProductLinkGalleryAction The action with the product link CRUD methods
158
+     * @return \TechDivision\Import\Product\Link\Actions\ProductLinkAction The action with the product link CRUD methods
159 159
      */
160 160
     public function getProductLinkAction()
161 161
     {
Please login to merge, or discard this patch.
src/Subjects/LinkSubject.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use TechDivision\Import\Utils\RegistryKeys;
24 24
 use TechDivision\Import\Product\Subjects\AbstractProductSubject;
25 25
 use TechDivision\Import\Product\Link\Utils\MemberNames;
26
-use TechDivision\Import\Product\Link\Services\ProductLinkProcessorInterface;
27 26
 
28 27
 /**
29 28
  * A SLSB that handles the process to import product links.
Please login to merge, or discard this patch.