File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ will become the only approach to lazy loading.
9090 <?php
9191 $config->enableNativeLazyObjects(true);
9292
93- Proxy Directory (** REQUIRED **)
94- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
93+ Proxy Directory
94+ ~~~~~~~~~~~~~~~
9595
96- This setting is not required if you use native lazy objects with PHP 8.4
97- and will be removed in the future.
96+ Required except if you use native lazy objects with PHP 8.4.
97+ This setting will be removed in the future.
9898
9999.. code-block :: php
100100
@@ -107,11 +107,11 @@ classes. For a detailed explanation on proxy classes and how they
107107are used in Doctrine, refer to the "Proxy Objects" section further
108108down.
109109
110- Proxy Namespace (** REQUIRED **)
111- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110+ Proxy Namespace
111+ ~~~~~~~~~~~~~~~
112112
113- This setting is not required if you use native lazy objects with PHP 8.4
114- and will be removed in the future.
113+ Required except if you use native lazy objects with PHP 8.4.
114+ This setting will be removed in the future.
115115
116116.. code-block :: php
117117
You can’t perform that action at this time.
0 commit comments