From b13c9d0fce92b8c3efed328d19c7e1bd81b2b653 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 27 Oct 2011 02:37:12 +0200 Subject: [PATCH] Mark 'Connection#getTransactionIsolation()' as code. --- en/reference/transactions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/reference/transactions.rst b/en/reference/transactions.rst index a9315f7..49ecfa7 100644 --- a/en/reference/transactions.rst +++ b/en/reference/transactions.rst @@ -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: