@@ -279,7 +279,7 @@ discard block |
||
279 | 279 | * Commits a transaction, returning the database connection to autocommit mode until the next call to |
280 | 280 | * ProductProcessor::beginTransaction() starts a new transaction. |
281 | 281 | * |
282 | - * @return boolean Returns TRUE on success or FALSE on failure |
|
282 | + * @return boolean|null Returns TRUE on success or FALSE on failure |
|
283 | 283 | * @link http://php.net/manual/en/pdo.commit.php |
284 | 284 | */ |
285 | 285 | public function commit() |
@@ -767,7 +767,7 @@ discard block |
||
767 | 767 | * |
768 | 768 | * @param string $path The path of the category to count the children for |
769 | 769 | * |
770 | - * @return integer The children count of the category with the passed path |
|
770 | + * @return string The children count of the category with the passed path |
|
771 | 771 | */ |
772 | 772 | public function loadCategoryChildrenChildrenCount($path) |
773 | 773 | { |