We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abf823 commit 89f0a81Copy full SHA for 89f0a81
components/dependency_injection/lazy_services.rst
@@ -82,7 +82,8 @@ 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
- var_dump(class_implements($service));
+ .. code-block:: php
86
+ var_dump(class_implements($service));
87
88
If the class implements the ProxyManager\Proxy\LazyLoadingInterface your lazy
89
loaded services will work as expected.
0 commit comments