1
0
mirror of synced 2024-12-14 23:26:04 +03:00

Fixed typo

This commit is contained in:
Roman S. Borschel 2010-05-13 13:14:37 +02:00
parent 7d79777bfb
commit 184a402f39

View File

@ -213,7 +213,7 @@ of an exception. The following code snippet is functionally equivalent to the pr
});
The `Doctrine\DBAL\Connection` also has methods control the transaction isolation level as supported by the underlying database.
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.
The possible isolation levels are represented by the following constants: