Skip to content

Commit

Permalink
Merge pull request #5368 from ysbreker/patch-1
Browse files Browse the repository at this point in the history
Fix: use correct constants in transaction documentation
  • Loading branch information
greg0ire authored Apr 29, 2022
2 parents 8fa8adb + 93489fe commit ea58a77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/reference/transactions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ constants:
::

<?php
Connection::TRANSACTION_READ_UNCOMMITTED
Connection::TRANSACTION_READ_COMMITTED
Connection::TRANSACTION_REPEATABLE_READ
Connection::TRANSACTION_SERIALIZABLE
TransactionIsolationLevel::READ_UNCOMMITTED
TransactionIsolationLevel::READ_COMMITTED
TransactionIsolationLevel::REPEATABLE_READ
TransactionIsolationLevel::SERIALIZABLE

The default transaction isolation level of a
``Doctrine\DBAL\Connection`` is chosen by the underlying platform
Expand Down

0 comments on commit ea58a77

Please sign in to comment.