Skip to content
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

normalize versionadded wording #7007

Merged
merged 1 commit into from
Sep 24, 2016
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
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ name_converter
**type**: ``string``

.. versionadded:: 2.8
The ``name_converter`` setting was introduced in Symfony 2.8.
The ``name_converter`` option was introduced in Symfony 2.8.

The name converter to use.
The :class:`Symfony\\Component\\Serializer\\NameConverter\\CamelCaseToSnakeCaseNameConverter`
Expand Down
2 changes: 1 addition & 1 deletion service_container/alias_private.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Deprecating Services
--------------------

.. versionadded:: 2.8
The ``deprecated`` setting was introduced in Symfony 2.8.
The ``deprecated`` option was introduced in Symfony 2.8.

Once you have decided to deprecate the use of a service (because it is outdated
or you decided not to maintain it anymore), you can deprecate its definition:
Expand Down
4 changes: 2 additions & 2 deletions service_container/shared.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ How to Define Non Shared Services
=================================

.. versionadded:: 2.8
The ``shared`` setting was introduced in Symfony 2.8. Prior to Symfony 2.8,
you had to use the ``prototype`` scope.
The ``shared`` option was introduced in Symfony 2.8. Prior to Symfony
2.8, you had to use the ``prototype`` scope.

In the service container, all services are shared by default. This means that
each time you retrieve the service, you'll get the *same* instance. This is
Expand Down