Skip to content

Commit 11f6160

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Tweak doc around proxy manager bridge
2 parents 39a4e7d + 13bec09 commit 11f6160

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

service_container/lazy_services.rst

Lines changed: 3 additions & 4 deletions
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)