Skip to content

Commit 9b8cbf4

Browse files
peterrehmweaverryan
authored andcommitted
Updated formatting
1 parent 89f0a81 commit 9b8cbf4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/dependency_injection/lazy_services.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ injected will be the proxy.
8282
To check if your proxy works you can simply check the interface of the
8383
received object.
8484

85-
.. code-block:: php
86-
var_dump(class_implements($service));
85+
.. code-block:: php
86+
87+
var_dump(class_implements($service));
8788
88-
If the class implements the ProxyManager\Proxy\LazyLoadingInterface your lazy
89+
If the class implements the "ProxyManager\Proxy\LazyLoadingInterface" your lazy
8990
loaded services will work as expected.
9091

9192
.. note::

0 commit comments

Comments
 (0)