@@ -109,10 +109,10 @@ discard block |
||
109 | 109 | * Initialize the processor with the necessary assembler and repository instances. |
110 | 110 | * |
111 | 111 | * @param \TechDivision\Import\Connection\ConnectionInterface $connection The connection to use |
112 | - * @param \TechDivision\Import\Product\Bundle\Respository\BundleOptionRepository $bundleOptionRepository The bundle option repository to use |
|
113 | - * @param \TechDivision\Import\Product\Bundle\Respository\BundleOptionValueRepository $bundleOptionValueRepository The bundle option value repository to use |
|
114 | - * @param \TechDivision\Import\Product\Bundle\Respository\BundleSelectionRepository $bundleSelectionRepository The bundle selection repository to use |
|
115 | - * @param \TechDivision\Import\Product\Bundle\Respository\BundleSelectionPriceRepository $bundleSelectionPriceRepository The bundle selection price repository to use |
|
112 | + * @param BundleOptionRepository $bundleOptionRepository The bundle option repository to use |
|
113 | + * @param BundleOptionValueRepository $bundleOptionValueRepository The bundle option value repository to use |
|
114 | + * @param BundleSelectionRepository $bundleSelectionRepository The bundle selection repository to use |
|
115 | + * @param BundleSelectionPriceRepository $bundleSelectionPriceRepository The bundle selection price repository to use |
|
116 | 116 | * @param \TechDivision\Import\Product\Bundle\Actions\ProductBundleOptionAction $productBundleOptionAction The product bundle option action to use |
117 | 117 | * @param \TechDivision\Import\Product\Bundle\Actions\ProductBundleOptionValueAction $productBundleOptionValueAction The product bundle option value action to use |
118 | 118 | * @param \TechDivision\Import\Product\Bundle\Actions\ProductBundleSelectionAction $productBundleSelectionAction The product bundle selection action to use |
@@ -180,7 +180,7 @@ discard block |
||
180 | 180 | * Commits a transaction, returning the database connection to autocommit mode until the next call to |
181 | 181 | * ProductProcessor::beginTransaction() starts a new transaction. |
182 | 182 | * |
183 | - * @return boolean Returns TRUE on success or FALSE on failure |
|
183 | + * @return boolean|null Returns TRUE on success or FALSE on failure |
|
184 | 184 | * @link http://php.net/manual/en/pdo.commit.php |
185 | 185 | */ |
186 | 186 | public function commit() |
@@ -297,7 +297,7 @@ discard block |
||
297 | 297 | /** |
298 | 298 | * Set's the repository to load bundle option data. |
299 | 299 | * |
300 | - * @param \TechDivision\Import\Product\Bundle\Repository\BundleOptionRespository $bundleOptionRespository The repository instance |
|
300 | + * @param BundleOptionRepository $bundleOptionRespository 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 load bundle option value data. |
321 | 321 | * |
322 | - * @param \TechDivision\Import\Product\Bundle\Repository\BundleOptionValueRespository $bundleOptionValueRespository The repository instance |
|
322 | + * @param BundleOptionValueRepository $bundleOptionValueRespository 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 load bundle selection data. |
343 | 343 | * |
344 | - * @param \TechDivision\Import\Product\Bundle\Repository\BundleSelectionRespository $bundleSelectionRespository The repository instance |
|
344 | + * @param BundleSelectionRepository $bundleSelectionRespository The repository instance |
|
345 | 345 | * |
346 | 346 | * @return void |
347 | 347 | */ |
@@ -363,7 +363,7 @@ discard block |
||
363 | 363 | /** |
364 | 364 | * Set's the repository to load bundle selection price data. |
365 | 365 | * |
366 | - * @param \TechDivision\Import\Product\Bundle\Repository\BundleSelectionPriceRespository $bundleSelectionPriceRespository The repository instance |
|
366 | + * @param BundleSelectionPriceRepository $bundleSelectionPriceRespository The repository instance |
|
367 | 367 | * |
368 | 368 | * @return void |
369 | 369 | */ |