8000 minor. refs #12684 · symfony/symfony-docs@7f71ac3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f71ac3

Browse files
committed
minor. refs #12684
1 parent 8856e20 commit 7f71ac3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

reference/dic_tags.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,14 +372,14 @@ container.hot_path
372372

373373
**Purpose**: Add to list of always needed services
374374

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

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

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

0 commit comments

Comments
 (0)
0