Skip to content

Commit 4738c75

Browse files
committed
[symfony#3232] Fixing note about expressions with parameters thanks to @wouterj
1 parent 667d590 commit 4738c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/service_container.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,8 @@ via a ``container`` variable. Here's another example:
731731
))
732732
));
733733
734-
Expressions can be used in ``parameters``, ``arguments``, ``properties``,
735-
as arguments with ``configurator`` and as arguments to ``calls`` (method calls).
734+
Expressions can be used in ``arguments``, ``properties``, as arguments with
735+
``configurator`` and as arguments to ``calls`` (method calls).
736736

737737
Optional Dependencies: Setter Injection
738738
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)