Skip to content

Commit 3b98f73

Browse files
committed
Merge branch '5.0'
* 5.0: Remove old versionadded
2 parents c0212d4 + c8e0072 commit 3b98f73

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

configuration.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -644,10 +644,6 @@ their values by running:
644644
# run this command to show all the details for a specific env var:
645645
$ php bin/console debug:container --env-var=FOO
646646
647-
.. versionadded:: 4.3
648-
649-
The option to debug environment variables was introduced in Symfony 4.3.
650-
651647
.. _configuration-accessing-parameters:
652648

653649
Accessing Configuration Parameters

configuration/secrets.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
How to Keep Sensitive Information Secret
55
========================================
66

7-
.. versionadded:: 4.4
8-
9-
The Secrets management was introduced in Symfony 4.4.
10-
117
:ref:`Environment variables <config-env-vars>` are the best way to store configuration
128
that depends on where the application is run - for example, some API key that
139
might be set to one value while developing locally and another value on production.

0 commit comments

Comments
 (0)