|
@@ -281,7 +281,7 @@ |
|
|
block discarded – undo |
|
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() |
Please login to merge, or discard this patch.