Commit 7ff83816 authored by Bill Schaller's avatar Bill Schaller

Merge pull request #834 from slider/patch-1

Fix incorrect docblock in Connection.php
parents a900ed83 c64c5679
......@@ -1251,9 +1251,6 @@ class Connection implements DriverConnection
/**
* Cancels any database changes done during the current transaction.
*
* This method can be listened with onPreTransactionRollback and onTransactionRollback
* eventlistener methods.
*
* @throws \Doctrine\DBAL\ConnectionException If the rollback operation failed.
*/
public function rollBack()
......
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