Skip to content

Commit 67edea6

Browse files
committed
minor #11133 Making sentence not show up in code block (weaverryan)
This PR was merged into the 4.2 branch. Discussion ---------- Making sentence not show up in code block See the last code block here: https://symfony.com/doc/current/configuration/dot-env-changes.html The last sentence is being included in the code block. I'm not sure if this will fix it, but I believe it will - it changes the indentation from 4 spaces (which apparently was enough to be included in the code block) to 3, which lines it up with how we usually "continue bullet points". Commits ------- 99dfc30 Making sentence not show up in code block
2 parents 12495e4 + 99dfc30 commit 67edea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/dot-env-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ changes can be made to any Symfony 3.4 or higher app:
8282
$ mv .env .env.local
8383
$ git mv .env.dist .env
8484
85-
You can also update the `comment on the top of .env`_ to reflect the new changes.
85+
You can also update the `comment on the top of .env`_ to reflect the new changes.
8686

8787
#. If you're using PHPUnit, you will also need to `create a new .env.test`_ file
8888
and update your `phpunit.xml.dist file`_ so it loads the ``config/bootstrap.php``

0 commit comments

Comments
 (0)