Completed
Push — master ( bbf387...5a5008 )
by Tim
11s
created
src/Observers/ProductAttributeObserver.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
     /**
207 207
      * Return's the PK to create the product => attribute relation.
208 208
      *
209
-     * @return integer The PK to create the relation with
209
+     * @return string The PK to create the relation with
210 210
      */
211 211
     protected function getPrimaryKey()
212 212
     {
Please login to merge, or discard this 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\Observers;
22 22
 
23 23
 use TechDivision\Import\Utils\StoreViewCodes;
24
-use TechDivision\Import\Product\Utils\ColumnKeys;
25 24
 use TechDivision\Import\Product\Utils\MemberNames;
26 25
 use TechDivision\Import\Product\Observers\AbstractProductImportObserver;
27 26
 
Please login to merge, or discard this patch.