@@ -202,7 +202,7 @@ |
||
202 | 202 | * Commits a transaction, returning the database connection to autocommit mode until the next call to |
203 | 203 | * ProductProcessor::beginTransaction() starts a new transaction. |
204 | 204 | * |
205 | - * @return boolean Returns TRUE on success or FALSE on failure |
|
205 | + * @return boolean|null Returns TRUE on success or FALSE on failure |
|
206 | 206 | * @link http://php.net/manual/en/pdo.commit.php |
207 | 207 | */ |
208 | 208 | public function commit() |