Skip to content

Remove old versionadded #13007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -644,10 +644,6 @@ their values by running:
# run this command to show all the details for a specific env var:
$ php bin/console debug:container --env-var=FOO

.. versionadded:: 4.3

The option to debug environment variables was introduced in Symfony 4.3.

.. _configuration-accessing-parameters:

Accessing Configuration Parameters
Expand Down
4 changes: 0 additions & 4 deletions configuration/secrets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
How to Keep Sensitive Information Secret
========================================

.. versionadded:: 4.4

The Secrets management was introduced in Symfony 4.4.

:ref:`Environment variables <config-env-vars>` are the best way to store configuration
that depends on where the application is run - for example, some API key that
might be set to one value while developing locally and another value on production.
Expand Down