@@ -237,7 +237,7 @@ discard block |
||
237 | 237 | * Commits a transaction, returning the database connection to autocommit mode until the next call to |
238 | 238 | * ProductProcessor::beginTransaction() starts a new transaction. |
239 | 239 | * |
240 | - * @return boolean Returns TRUE on success or FALSE on failure |
|
240 | + * @return boolean|null Returns TRUE on success or FALSE on failure |
|
241 | 241 | * @link http://php.net/manual/en/pdo.commit.php |
242 | 242 | */ |
243 | 243 | public function commit() |
@@ -520,7 +520,7 @@ discard block |
||
520 | 520 | /** |
521 | 521 | * Return's the repository to access link attributes. |
522 | 522 | * |
523 | - * @return \TechDivision\Import\Repositories\LinkTypeRepository The repository instance |
|
523 | + * @return LinkAttributeRepository The repository instance |
|
524 | 524 | */ |
525 | 525 | public function getLinkAttributeRepository() |
526 | 526 | { |