Skip to content

Commit 056f1c8

Browse files
committed
minor #14627 [Doctrine] Update database.rst (abdounikarim)
This PR was merged into the 4.4 branch. Discussion ---------- [Doctrine] Update database.rst hello, i add missing quotes. Commits ------- 1ffc0f7 Update database.rst
2 parents 28dd653 + 1ffc0f7 commit 056f1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)