Commit 1fa63416 authored by pap-florin's avatar pap-florin

No bug. Respect the case used in the interface

parent 8fe368ea
...@@ -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