@@ -142,7 +142,7 @@ |
||
142 | 142 | * |
143 | 143 | * @param array $attributeOptionValue The attribute option value to persist |
144 | 144 | * |
145 | - * @return void |
|
145 | + * @return string |
|
146 | 146 | */ |
147 | 147 | protected function persistAttributeOptionValue(array $attributeOptionValue) |
148 | 148 | { |
@@ -308,7 +308,7 @@ discard block |
||
308 | 308 | /** |
309 | 309 | * Return's the attribute label repository instance. |
310 | 310 | * |
311 | - * @return \TechDivision\Import\Attribute\Repositories\AttributeRepository The attribute label repository instance |
|
311 | + * @return AttributeLabelRepository The attribute label repository instance |
|
312 | 312 | */ |
313 | 313 | public function getAttributeLabelRepository() |
314 | 314 | { |
@@ -462,7 +462,7 @@ discard block |
||
462 | 462 | /** |
463 | 463 | * Return's the attribute label action instance. |
464 | 464 | * |
465 | - * @return \TechDivision\Import\Attribute\Actions\AttributeAction The attribute label action instance |
|
465 | + * @return AttributeLabelAction The attribute label action instance |
|
466 | 466 | */ |
467 | 467 | public function getAttributeLabelAction() |
468 | 468 | { |