We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f0a81 commit 9b8cbf4Copy full SHA for 9b8cbf4
components/dependency_injection/lazy_services.rst
@@ -82,10 +82,11 @@ injected will be the proxy.
82
To check if your proxy works you can simply check the interface of the
83
received object.
84
85
- .. code-block:: php
86
- var_dump(class_implements($service));
+.. code-block:: php
+
87
+ var_dump(class_implements($service));
88
-If the class implements the ProxyManager\Proxy\LazyLoadingInterface your lazy
89
+If the class implements the "ProxyManager\Proxy\LazyLoadingInterface" your lazy
90
loaded services will work as expected.
91
92
.. note::
0 commit comments