|
@@ -264,7 +264,7 @@ discard block |
|
|
block discarded – undo |
|
264
|
264
|
* @param \TechDivision\Import\Product\Repositories\StockStatusRepository $stockStatusRepository The stock status repository to use |
|
265
|
265
|
* @param \TechDivision\Import\Product\Repositories\StockItemRepository $stockItemRepository The stock item repository to use |
|
266
|
266
|
* @param \TechDivision\Import\Repositories\UrlRewriteRepository $urlRewriteRepository The URL rewrite repository to use |
|
267
|
|
- * @param \TechDivision\Import\Repositories\UrlRewriteRepository $urlRewriteProductCategoryRepository The URL rewrite product category repository to use |
|
|
267
|
+ * @param UrlRewriteProductCategoryRepository $urlRewriteProductCategoryRepository The URL rewrite product category repository to use |
|
268
|
268
|
* @param \TechDivision\Import\Repositories\EavAttributeOptionValueRepository $eavAttributeOptionValueRepository The EAV attribute option value repository to use |
|
269
|
269
|
* @param \TechDivision\Import\Repositories\EavAttributeRepository $eavAttributeRepository The EAV attribute repository to use |
|
270
|
270
|
* @param \TechDivision\Import\Product\Actions\CategoryProductAction $categoryProductAction The category product action to use |
|
@@ -378,7 +378,7 @@ discard block |
|
|
block discarded – undo |
|
378
|
378
|
* Commits a transaction, returning the database connection to autocommit mode until the next call to |
|
379
|
379
|
* ProductProcessor::beginTransaction() starts a new transaction. |
|
380
|
380
|
* |
|
381
|
|
- * @return boolean Returns TRUE on success or FALSE on failure |
|
|
381
|
+ * @return boolean|null Returns TRUE on success or FALSE on failure |
|
382
|
382
|
* @link http://php.net/manual/en/pdo.commit.php |
|
383
|
383
|
*/ |
|
384
|
384
|
public function commit() |
Please login to merge, or discard this patch.