Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Mark 'Connection#getTransactionIsolation()' as code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bantu committed Oct 27, 2011
1 parent c09374c commit b13c9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/reference/transactions.rst
Expand Up @@ -36,7 +36,7 @@ is functionally equivalent to the previous one:
The ``Doctrine\DBAL\Connection`` also has methods to control the
transaction isolation level as supported by the underlying
database. ``Connection#setTransactionIsolation($level)`` and
Connection#getTransactionIsolation() can be used for that purpose.
``Connection#getTransactionIsolation()`` can be used for that purpose.
The possible isolation levels are represented by the following
constants:

Expand Down

0 comments on commit b13c9d0

Please sign in to comment.