Skip to content

Commit 17b5776

Browse files
committed
Replace confusing reference to Reference
It was missed during a previous refactor from Reference to ref().
1 parent 5879cb9 commit 17b5776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ all their types (string, boolean, array, binary and PHP constant parameters).
483483
However, there is another type of parameter related to services. In YAML config,
484484
any string which starts with ``@`` is considered as the ID of a service, instead
485485
of a regular string. In XML config, use the ``type="service"`` type for the
486-
parameter and in PHP config use the ``Reference`` class:
486+
parameter and in PHP config use the ``ref`` function:
487487

488488
.. configuration-block::
489489

0 commit comments

Comments
 (0)