File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1519,7 +1519,7 @@ name_converter
1519
1519
**type **: ``string ``
1520
1520
1521
1521
.. 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.
1523
1523
1524
1524
The name converter to use.
1525
1525
The :class: `Symfony\\ Component\\ Serializer\\ NameConverter\\ CamelCaseToSnakeCaseNameConverter `
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Deprecating Services
134
134
--------------------
135
135
136
136
.. versionadded :: 2.8
137
- The ``deprecated `` setting was introduced in Symfony 2.8.
137
+ The ``deprecated `` option was introduced in Symfony 2.8.
138
138
139
139
Once you have decided to deprecate the use of a service (because it is outdated
140
140
or 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
5
5
=================================
6
6
7
7
.. 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.
10
10
11
11
In the service container, all services are shared by default. This means that
12
12
each 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