@@ -51,7 +51,7 @@ |
||
| 51 | 51 | * |
| 52 | 52 | * @param mixed $value The value to handle |
| 53 | 53 | * |
| 54 | - * @return mixed The modified value |
|
| 54 | + * @return boolean The modified value |
|
| 55 | 55 | * @see \TechDivision\Import\Product\Callbacks\ProductImportCallbackInterface::handle() |
| 56 | 56 | */ |
| 57 | 57 | public function handle($value) |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | * |
| 40 | 40 | * @param mixed $value The value to handle |
| 41 | 41 | * |
| 42 | - * @return mixed The modified value |
|
| 42 | + * @return string The modified value |
|
| 43 | 43 | * @see \TechDivision\Import\Product\Callbacks\ProductImportCallbackInterface::handle() |
| 44 | 44 | */ |
| 45 | 45 | public function handle($value) |
@@ -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; |