Skip to content

Commit ac678c8

Browse files
committed
minor #7007 normalize versionadded wording (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- normalize versionadded wording Commits ------- 29e4241 normalize versionadded wording
2 parents 65256d7 + 29e4241 commit ac678c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ name_converter
15191519
**type**: ``string``
15201520

15211521
.. versionadded:: 2.8
1522-
The ``name_converter`` setting was introduced in Symfony 2.8.
1522+
The ``name_converter`` option was introduced in Symfony 2.8.
15231523

15241524
The name converter to use.
15251525
The :class:`Symfony\\Component\\Serializer\\NameConverter\\CamelCaseToSnakeCaseNameConverter`

service_container/alias_private.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Deprecating Services
134134
--------------------
135135

136136
.. versionadded:: 2.8
137-
The ``deprecated`` setting was introduced in Symfony 2.8.
137+
The ``deprecated`` option was introduced in Symfony 2.8.
138138

139139
Once you have decided to deprecate the use of a service (because it is outdated
140140
or you decided not to maintain it anymore), you can deprecate its definition:

service_container/shared.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ How to Define Non Shared Services
55
=================================
66

77
.. versionadded:: 2.8
8-
The ``shared`` setting was introduced in Symfony 2.8. Prior to Symfony 2.8,
9-
you had to use the ``prototype`` scope.
8+
The ``shared`` option was introduced in Symfony 2.8. Prior to Symfony
9+
2.8, you had to use the ``prototype`` scope.
1010

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

0 commit comments

Comments
 (0)