File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
15241524The name converter to use.
15251525The :class: `Symfony\\ Component\\ Serializer\\ NameConverter\\ CamelCaseToSnakeCaseNameConverter `
Original file line number Diff line number Diff 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
139139Once you have decided to deprecate the use of a service (because it is outdated
140140or you decided not to maintain it anymore), you can deprecate its definition:
Original file line number Diff line number Diff 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
1111In the service container, all services are shared by default. This means that
1212each time you retrieve the service, you'll get the *same * instance. This is
You can’t perform that action at this time.
0 commit comments