File tree Expand file tree Collapse file tree 4 files changed +0
-29
lines changed Expand file tree Collapse file tree 4 files changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -139,10 +139,6 @@ Symfony creates a big ``classes.php`` file in the cache directory to aggregate
139
139
the contents of the PHP classes that are used in every request. This reduces the
140
140
I/O operations and increases the application performance.
141
141
142
- .. versionadded :: 3.2
143
-
144
- The ``addAnnotatedClassesToCompile() `` method was added in Symfony 3.2.
145
-
146
142
Your bundles can also add their own classes into this file thanks to the
147
143
``addClassesToCompile() `` and ``addAnnotatedClassesToCompile() `` methods (both
148
144
work in the same way, but the second one is for classes that contain PHP
@@ -176,10 +172,6 @@ class names::
176
172
If some class extends from other classes, all its parents are automatically
177
173
included in the list of classes to compile.
178
174
179
- .. versionadded :: 3.2
180
-
181
- The option to add classes to compile using patterns was introduced in Symfony 3.2.
182
-
183
175
The classes to compile can also be added using file path patterns::
184
176
185
177
// ...
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ example. The flexibility of the Symfony service container allows you to do this.
12
12
Environment Variables
13
13
---------------------
14
14
15
- .. versionadded :: 3.2
16
-
17
- ``env() `` parameters were introduced in Symfony 3.2.
18
-
19
15
You can reference environment variables by using special parameters named after
20
16
the variables you want to use enclosed between ``env() ``. Their actual values
21
17
will be resolved at runtime (once per request), so that dumped containers can be
@@ -122,13 +118,6 @@ of the following:
122
118
123
119
.. tip ::
124
120
125
- .. versionadded :: 3.3
126
-
127
- The support of the special ``SYMFONY__ `` environment variables was
128
- deprecated in Symfony 3.3 and it will be removed in 4.0. Instead of
129
- using those variables, define regular environment variables and get
130
- their values using the ``%env(...)% `` syntax in your config files.
131
-
132
121
You can also define the default value of any existing parameters using
133
122
special environment variables named after their corresponding parameter
134
123
prefixed with ``SYMFONY__ `` after replacing dots by double underscores
Original file line number Diff line number Diff line change @@ -218,8 +218,3 @@ guessers using the :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestC
218
218
:method: `Symfony\\ Component\\ Form\\ Test\\ FormIntegrationTestCase::getTypeExtensions `
219
219
and :method: `Symfony\\ Component\\ Form\\ Test\\ FormIntegrationTestCase::getTypeGuessers `
220
220
methods.
221
-
222
- .. versionadded :: 3.3
223
-
224
- The ``getTypes() ``, ``getTypeExtensions() `` and ``getTypeGuessers() ``
225
- methods were introduced in Symfony 3.3.
Original file line number Diff line number Diff line change @@ -44,11 +44,6 @@ Field Options
44
44
scale
45
45
~~~~~
46
46
47
- .. versionadded :: 2.7
48
-
49
- The ``scale `` option was introduced in Symfony 2.7. Prior to Symfony 2.7,
50
- it was known as ``precision ``.
51
-
52
47
**type **: ``integer `` **default **: Locale-specific (usually around ``3 ``)
53
48
54
49
This specifies how many decimals will be allowed until the field rounds
You can’t perform that action at this time.
0 commit comments