@@ -125,12 +125,12 @@ discard block |
||
125 | 125 | * Initialize the processor with the necessary assembler and repository instances. |
126 | 126 | * |
127 | 127 | * @param \TechDivision\Import\Connection\ConnectionInterface $connection The connection to use |
128 | - * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The EAV attribute option value repository to use |
|
129 | - * @param \TechDivision\Import\Product\Repositories\EavAttributeRepository $eavAttributeRepository The EAV attribute repository to use |
|
130 | - * @param \TechDivision\Import\Product\Repositories\ProductRelationRepository $productRelationRepository The product relation repository to use |
|
131 | - * @param \TechDivision\Import\Product\Repositories\ProductSuperLinkRepository $productSuperLinkRepository The product super link repository to use |
|
132 | - * @param \TechDivision\Import\Product\Repositories\ProductSuperAttributeRepository $productSuperAttributeRepository The product super attribute repository to use |
|
133 | - * @param \TechDivision\Import\Product\Repositories\ProductSuperAttributeLabelRepository $productSuperAttributeLabelRepository The product super attribute label repository to use |
|
128 | + * @param EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The EAV attribute option value repository to use |
|
129 | + * @param EavAttributeRepository $eavAttributeRepository The EAV attribute repository to use |
|
130 | + * @param ProductRelationRepository $productRelationRepository The product relation repository to use |
|
131 | + * @param ProductSuperLinkRepository $productSuperLinkRepository The product super link repository to use |
|
132 | + * @param ProductSuperAttributeRepository $productSuperAttributeRepository The product super attribute repository to use |
|
133 | + * @param ProductSuperAttributeLabelRepository $productSuperAttributeLabelRepository The product super attribute label repository to use |
|
134 | 134 | * @param \TechDivision\Import\Product\Variant\Actions\ProductRelationAction $productRelationAction The product relation action to use |
135 | 135 | * @param \TechDivision\Import\Product\Variant\Actions\ProductSuperLinkAction $productSuperLinkAction The product super link action to use |
136 | 136 | * @param \TechDivision\Import\Product\Variant\Actions\ProductSuperAttributeAction $productSuperAttributeAction The product super attribute action to use |
@@ -202,7 +202,7 @@ discard block |
||
202 | 202 | * Commits a transaction, returning the database connection to autocommit mode until the next call to |
203 | 203 | * ProductProcessor::beginTransaction() starts a new transaction. |
204 | 204 | * |
205 | - * @return boolean Returns TRUE on success or FALSE on failure |
|
205 | + * @return boolean|null Returns TRUE on success or FALSE on failure |
|
206 | 206 | * @link http://php.net/manual/en/pdo.commit.php |
207 | 207 | */ |
208 | 208 | public function commit() |
@@ -231,7 +231,7 @@ discard block |
||
231 | 231 | /** |
232 | 232 | * Set's the repository to access EAV attributes. |
233 | 233 | * |
234 | - * @param \TechDivision\Import\Product\Repositories\EavAttributeRepository $eavAttributeRepository The repository to access EAV attributes |
|
234 | + * @param EavAttributeRepository $eavAttributeRepository The repository to access EAV attributes |
|
235 | 235 | * |
236 | 236 | * @return void |
237 | 237 | */ |
@@ -253,7 +253,7 @@ discard block |
||
253 | 253 | /** |
254 | 254 | * Set's the repository to access product relations. |
255 | 255 | * |
256 | - * @param \TechDivision\Import\Product\Repositories\ProductRelationRepository $productRelationRepository The repository instance |
|
256 | + * @param ProductRelationRepository $productRelationRepository The repository instance |
|
257 | 257 | * |
258 | 258 | * @return void |
259 | 259 | */ |
@@ -275,7 +275,7 @@ discard block |
||
275 | 275 | /** |
276 | 276 | * Set's the repository to access product super links. |
277 | 277 | * |
278 | - * @param \TechDivision\Import\Product\Repositories\ProductSuperLinkRepository $productSuperLinkRepository The repository instance |
|
278 | + * @param ProductSuperLinkRepository $productSuperLinkRepository The repository instance |
|
279 | 279 | * |
280 | 280 | * @return void |
281 | 281 | */ |
@@ -297,7 +297,7 @@ discard block |
||
297 | 297 | /** |
298 | 298 | * Set's the repository to access product super attributes. |
299 | 299 | * |
300 | - * @param \TechDivision\Import\Product\Repositories\ProductSuperAttributeRepository $productSuperAttributeRepository The repository instance |
|
300 | + * @param ProductSuperAttributeRepository $productSuperAttributeRepository The repository instance |
|
301 | 301 | * |
302 | 302 | * @return void |
303 | 303 | */ |
@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | /** |
320 | 320 | * Set's the repository to access product super attribute labels. |
321 | 321 | * |
322 | - * @param \TechDivision\Import\Product\Repositories\ProductSuperAttributeLabelRepository $productSuperAttributeLabelRepository The repository instance |
|
322 | + * @param ProductSuperAttributeLabelRepository $productSuperAttributeLabelRepository The repository instance |
|
323 | 323 | * |
324 | 324 | * @return void |
325 | 325 | */ |
@@ -341,7 +341,7 @@ discard block |
||
341 | 341 | /** |
342 | 342 | * Set's the repository to access EAV attribute option values. |
343 | 343 | * |
344 | - * @param \TechDivision\Import\Product\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The repository to access EAV attribute option values |
|
344 | + * @param EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The repository to access EAV attribute option values |
|
345 | 345 | * |
346 | 346 | * @return void |
347 | 347 | */ |