Skip to content

Commit 155df95

Browse files
committed
minor #14730 Tweak doc around proxy manager bridge (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- Tweak doc around proxy manager bridge ProxyManager is already a dep of the ProxyManagerBridge, that's why only the bridge needs to be installed. Relates to symfony/symfony#39610 Commits ------- 84ac5b2 Tweak doc around proxy manager bridge
2 parents 99e429e + 84ac5b2 commit 155df95

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

service_container/lazy_services.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ To check if your proxy works you can check the interface of the received object:
9393

9494
.. note::
9595

96-
If you don't install the `ProxyManager bridge`_ and the
97-
`ocramius/proxy-manager`_, the container will skip over the ``lazy``
98-
flag and directly instantiate the service as it would normally do.
96+
If you don't install the `ProxyManager bridge`_ , the container will skip
97+
over the ``lazy`` flag and directly instantiate the service as it would
98+
normally do.
9999

100100
Additional Resources
101101
--------------------
@@ -106,5 +106,4 @@ in the `documentation of ProxyManager`_.
106106
.. _`ProxyManager bridge`: https://github.com/symfony/symfony/tree/master/src/Symfony/Bridge/ProxyManager
107107
.. _`proxy`: https://en.wikipedia.org/wiki/Proxy_pattern
108108
.. _`documentation of ProxyManager`: https://github.com/Ocramius/ProxyManager/blob/master/docs/lazy-loading-value-holder.md
109-
.. _`ocramius/proxy-manager`: https://github.com/Ocramius/ProxyManager
110109
.. _`final`: https://www.php.net/manual/en/language.oop5.final.php

0 commit comments

Comments
 (0)