@@ -285,7 +285,7 @@ |
||
| 285 | 285 | /** |
| 286 | 286 | * Return's the action with the product int attribute CRUD methods. |
| 287 | 287 | * |
| 288 | - * @return \TechDivision\Import\Product\Actions\ProductIntAction The action instance |
|
| 288 | + * @return \TechDivision\Import\Product\Actions\ProductTextAction The action instance |
|
| 289 | 289 | */ |
| 290 | 290 | public function getProductIntAction() |
| 291 | 291 | { |
@@ -225,7 +225,7 @@ discard block |
||
| 225 | 225 | /** |
| 226 | 226 | * Return's the product processor instance. |
| 227 | 227 | * |
| 228 | - * @return \TechDivision\Import\Services\ProductProcessorInterface The product processor instance |
|
| 228 | + * @return ProductProcessorInterface The product processor instance |
|
| 229 | 229 | */ |
| 230 | 230 | public function getProductProcessor() |
| 231 | 231 | { |
@@ -269,7 +269,7 @@ discard block |
||
| 269 | 269 | /** |
| 270 | 270 | * Return's the ID of the product that has been created recently. |
| 271 | 271 | * |
| 272 | - * @return string The entity Id |
|
| 272 | + * @return integer The entity Id |
|
| 273 | 273 | */ |
| 274 | 274 | public function getLastEntityId() |
| 275 | 275 | { |
@@ -24,7 +24,6 @@ |
||
| 24 | 24 | use Goodby\CSV\Export\Standard\ExporterConfig; |
| 25 | 25 | use TechDivision\Import\Subjects\AbstractSubject; |
| 26 | 26 | use TechDivision\Import\Utils\RegistryKeys; |
| 27 | -use TechDivision\Import\Services\RegistryProcessor; |
|
| 28 | 27 | use TechDivision\Import\Product\Utils\MemberNames; |
| 29 | 28 | use TechDivision\Import\Product\Utils\VisibilityKeys; |
| 30 | 29 | use TechDivision\Import\Product\Services\ProductProcessorInterface; |