Skip to content

Commit 17a1d87

Browse files
committed
Pick suggestions
1 parent d2c4729 commit 17a1d87

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/en/reference/advanced-configuration.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
107107
are used in Doctrine, refer to the "Proxy Objects" section further
108108
down.
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

0 commit comments

Comments
 (0)