@@ -281,7 +281,7 @@ discard block |
||
281 | 281 | * Commits a transaction, returning the database connection to autocommit mode until the next call to |
282 | 282 | * ProductProcessor::beginTransaction() starts a new transaction. |
283 | 283 | * |
284 | - * @return boolean Returns TRUE on success or FALSE on failure |
|
284 | + * @return boolean|null Returns TRUE on success or FALSE on failure |
|
285 | 285 | * @link http://php.net/manual/en/pdo.commit.php |
286 | 286 | */ |
287 | 287 | public function commit() |
@@ -911,7 +911,7 @@ discard block |
||
911 | 911 | * |
912 | 912 | * @param array $store The store to persist |
913 | 913 | * |
914 | - * @return void |
|
914 | + * @return string |
|
915 | 915 | */ |
916 | 916 | public function persistStore(array $store) |
917 | 917 | { |
@@ -923,7 +923,7 @@ discard block |
||
923 | 923 | * |
924 | 924 | * @param array $storeGroup The store group to persist |
925 | 925 | * |
926 | - * @return void |
|
926 | + * @return string |
|
927 | 927 | */ |
928 | 928 | public function persistStoreGroup(array $storeGroup) |
929 | 929 | { |
@@ -935,7 +935,7 @@ discard block |
||
935 | 935 | * |
936 | 936 | * @param array $storeWebsite The store website to persist |
937 | 937 | * |
938 | - * @return void |
|
938 | + * @return string |
|
939 | 939 | */ |
940 | 940 | public function persistStoreWebsite(array $storeWebsite) |
941 | 941 | { |