Skip to content

Commit 5ca9456

Browse files
committed
minor #5740 Fix typo in PdoSessionHandler Documentation (tobemedia)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #5740). Discussion ---------- Fix typo in PdoSessionHandler Documentation | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | fixed typo on xml service configuration Commits ------- d735cde Update pdo_session_storage.rst
2 parents 713541a + d735cde commit 5ca9456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/pdo_session_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ of your project's data, you can use the connection settings from the
170170
.. code-block:: xml
171171
172172
<service id="session.handler.pdo" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" public="false">
173-
<argument>mysql:host=%database_host%;port=%database_port%;dbname=%database_name%</agruement>
173+
<argument>mysql:host=%database_host%;port=%database_port%;dbname=%database_name%</argument>
174174
<argument type="collection">
175175
<argument key="db_username">%database_user%</argument>
176176
<argument key="db_password">%database_password%</argument>

0 commit comments

Comments
 (0)