@@ -239,7 +239,7 @@ |
||
| 239 | 239 | /** |
| 240 | 240 | * Return's the product processor instance. |
| 241 | 241 | * |
| 242 | - * @return \TechDivision\Import\Services\ProductProcessorInterface The product processor instance |
|
| 242 | + * @return ProductProcessorInterface The product processor instance |
|
| 243 | 243 | */ |
| 244 | 244 | public function getProductProcessor() |
| 245 | 245 | { |
@@ -390,7 +390,7 @@ discard block |
||
| 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 |
||
| 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 | { |
@@ -206,7 +206,7 @@ |
||
| 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 | { |
@@ -21,7 +21,6 @@ |
||
| 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 | |