File tree 1 file changed +3
-5
lines changed
Filter options
1 file changed +3
-5
lines changed
Original file line number Diff line number Diff line change @@ -129,11 +129,9 @@ read more about it, see the ":doc:`/bundles/configuration`" article.
129
129
Adding Classes to Compile
130
130
-------------------------
131
131
132
- .. note ::
133
-
134
- The ``addClassesToCompile() `` method was deprecated in Symfony 3.3, and will
135
- be removed in Symfony 4.0. If you want to use this method and be compatible
136
- with Symfony 4.0, check to see if the method exists before calling it.
132
+ .. versionadded :: 3.3
133
+ This technique is discouraged and the ``addClassesToCompile() `` method was
134
+ deprecated in Symfony 3.3 because modern PHP versions make it unnecessary.
137
135
138
136
Symfony creates a big ``classes.php `` file in the cache directory to aggregate
139
137
the contents of the PHP classes that are used in every request. This reduces the
You can’t perform that action at this time.
0 commit comments