8000 Minor reword · symfony/symfony-docs@e106090 · GitHub
[go: up one dir, main page]

Skip to content

Commit e106090

Browse files
committed
Minor reword
1 parent b95930e commit e106090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/pdo_session_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use it, first register a new handler service:
2929
# If you're using Doctrine & want to re-use that connection, then:
3030 6424
# comment-out the above 2 lines and uncomment the line below
3131
# - !service { class: PDO, factory: 'database_connection:getWrappedConnection' }
32-
# sometimes you get transaction problems (ex. after login) then add
32+
# If you get transaction issues (e.g. after login) uncomment the line below
3333
# - { lock_mode: 1 }
3434
3535
.. code-block:: xml

0 commit comments

Comments
 (0)
0