We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95930e commit e106090Copy full SHA for e106090
doctrine/pdo_session_storage.rst
@@ -29,7 +29,7 @@ To use it, first register a new handler service:
29
# If you're using Doctrine & want to re-use that connection, then:
30
# comment-out the above 2 lines and uncomment the line below
31
# - !service { class: PDO, factory: 'database_connection:getWrappedConnection' }
32
- # sometimes you get transaction problems (ex. after login) then add
+ # If you get transaction issues (e.g. after login) uncomment the line below
33
# - { lock_mode: 1 }
34
35
.. code-block:: xml
0 commit comments