Skip to content

Commit 81321a4

Browse files
committed
add versionadded directive. refs #12741
1 parent 634b284 commit 81321a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

service_container.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,10 @@ You can also use the ``bind`` keyword to bind specific arguments by name or type
739739
// ...
740740
};
741741
742+
.. versionadded:: 4.4
743+
744+
The feature to bind tagged services was introduced in Symfony 4.4.
745+
742746
By putting the ``bind`` key under ``_defaults``, you can specify the value of *any*
743747
argument for *any* service defined in this file! You can bind arguments by name
744748
(e.g. ``$adminEmail``), by type (e.g. ``Psr\Log\LoggerInterface``) or both

0 commit comments

Comments
 (0)