8000 Merge branch '5.1' into 5.2 · symfony/symfony-docs@daeea62 · GitHub
[go: up one dir, main page]

Skip to content

Commit daeea62

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Fix code example Update database.rst
2 parents 168b08c + 45df9e2 commit daeea62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ array element. For example, to retrieve the ``handler_two`` handler::
798798
{
799799
$handlers = iterator_to_array($handlers);
800800

801-
$handlerTwo = $handlers['handler_two']:
801+
$handlerTwo = $handlers['handler_two'];
802802
}
803803
}
804804

testing/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ your project and define the new value for the ``DATABASE_URL`` env var:
1515
.. code-block:: bash
1616
1717
# .env.test.local
18-
DATABASE_URL=mysql://USERNAME:PASSWORD@127.0.0.1:3306/DB_NAME?serverVersion=5.7
18+
DATABASE_URL="mysql://USERNAME:PASSWORD@127.0.0.1:3306/DB_NAME?serverVersion=5.7"
1919
2020
.. tip::
2121

0 commit comments

Comments
 (0)
0