Skip to content

Commit 26d050c

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: minor. refs #12684
2 parents c5a3d23 + 7f71ac3 commit 26d050c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

reference/dic_tags.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,14 @@ container.hot_path
191191

192192
**Purpose**: Add to list of always needed services
193193

194-
This tag identifies the services that are always needed. It is only applied to
195-
a very short list of bootstrapping services (like ``router``, ``event_dispatcher``,
196-
``http_kernel``, ``request_stack``, etc.). Then, it is propagated to all dependencies
197-
of these services, with a special case for event listeners, where only listed events
194+
This tag identifies the services that are always needed. It is only applied to
195+
a very short list of bootstrapping services (like ``router``, ``event_dispatcher``,
196+
``http_kernel``, ``request_stack``, etc.). Then, it is propagated to all dependencies
197+
of these services, with a special case for event listeners, where only listed events
198198
are propagated to their related listeners.
199199

200-
It will replace, in cache for generated service factories, the PHP autoload by
201-
plain inlined ``include_once``. The benefit is a complete bypass of the autoloader
200+
It will replace, in cache for generated service factories, the PHP autoload by
201+
plain inlined ``include_once``. The benefit is a complete bypass of the autoloader
202202
for services and their class hierarchy. The result is as significant performance improvement.
203203

204204
Use this tag with great caution, you have to be sure that the tagged service is always used.

0 commit comments

Comments
 (0)