Commit 8cde790a authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #148 from pap-florin/patch-1

No bug. Respect the case used in the interface
parents cb0cda22 1fa63416
...@@ -983,7 +983,7 @@ class Connection implements DriverConnection ...@@ -983,7 +983,7 @@ class Connection implements DriverConnection
* *
* @throws ConnectionException If the rollback operation failed. * @throws ConnectionException If the rollback operation failed.
*/ */
public function rollback() public function rollBack()
{ {
if ($this->_transactionNestingLevel == 0) { if ($this->_transactionNestingLevel == 0) {
throw ConnectionException::noActiveTransaction(); throw ConnectionException::noActiveTransaction();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment