|
@@ -169,7 +169,7 @@ |
|
|
block discarded – undo |
|
169
|
169
|
* Commits a transaction, returning the database connection to autocommit mode until the next call to |
|
170
|
170
|
* ProductProcessor::beginTransaction() starts a new transaction. |
|
171
|
171
|
* |
|
172
|
|
- * @return boolean Returns TRUE on success or FALSE on failure |
|
|
172
|
+ * @return boolean|null Returns TRUE on success or FALSE on failure |
|
173
|
173
|
* @link http://php.net/manual/en/pdo.commit.php |
|
174
|
174
|
*/ |
|
175
|
175
|
public function commit() |
Please login to merge, or discard this patch.