@@ -77,8 +77,8 @@ discard block |
||
77 | 77 | * Initialize the processor with the necessary assembler and repository instances. |
78 | 78 | * |
79 | 79 | * @param \TechDivision\Import\Connection\ConnectionInterface $connection The connection to use |
80 | - * @param \TechDivision\Import\Product\Link\Repositories\\ProductLinkRepository $productLinkRepository The product link repository to use |
|
81 | - * @param \TechDivision\Import\Product\Link\Repositories\\ProductLinkAttributeIntRepository $productLinkAttributeIntRepository The product link attribute integer repository to use |
|
80 | + * @param ProductLinkRepository $productLinkRepository The product link repository to use |
|
81 | + * @param ProductLinkAttributeIntRepository $productLinkAttributeIntRepository The product link attribute integer repository to use |
|
82 | 82 | * @param \TechDivision\Import\Product\Link\Actions\ProductLinkAction $productLinkAction The product link action to use |
83 | 83 | * @param \TechDivision\Import\Product\Link\Actions\ProductLinkAttributeIntAction $productLinkAttributeIntAction The product link attribute integer action to use |
84 | 84 | */ |
@@ -136,7 +136,7 @@ discard block |
||
136 | 136 | * Commits a transaction, returning the database connection to autocommit mode until the next call to |
137 | 137 | * ProductProcessor::beginTransaction() starts a new transaction. |
138 | 138 | * |
139 | - * @return boolean Returns TRUE on success or FALSE on failure |
|
139 | + * @return boolean|null Returns TRUE on success or FALSE on failure |
|
140 | 140 | * @link http://php.net/manual/en/pdo.commit.php |
141 | 141 | */ |
142 | 142 | public function commit() |
@@ -221,7 +221,7 @@ discard block |
||
221 | 221 | /** |
222 | 222 | * Return's the action with the product link CRUD methods. |
223 | 223 | * |
224 | - * @return \TechDivision\Import\Product\Link\Actions\ProductLinkGalleryAction The action with the product link CRUD methods |
|
224 | + * @return ProductLinkAction The action with the product link CRUD methods |
|
225 | 225 | */ |
226 | 226 | public function getProductLinkAction() |
227 | 227 | { |
@@ -71,7 +71,7 @@ |
||
71 | 71 | /** |
72 | 72 | * Return's the product link processor instance. |
73 | 73 | * |
74 | - * @return \TechDivision\Import\Product\Bundle\Services\ProductBundleProcessorInterface The product link processor instance |
|
74 | + * @return ProductLinkProcessorInterface The product link processor instance |
|
75 | 75 | */ |
76 | 76 | protected function getProductLinkProcessor() |
77 | 77 | { |
@@ -58,7 +58,7 @@ |
||
58 | 58 | /** |
59 | 59 | * Return's the product link processor instance. |
60 | 60 | * |
61 | - * @return \TechDivision\Import\Product\Bundle\Services\ProductBundleProcessorInterface The product link processor instance |
|
61 | + * @return ProductLinkProcessorInterface The product link processor instance |
|
62 | 62 | */ |
63 | 63 | protected function getProductLinkProcessor() |
64 | 64 | { |