Skip to content

Commit daf6d6b

Browse files
committed
Fix rst errors.
1 parent 66fd4ae commit daf6d6b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

user_guide_src/source/general/context.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ To clear both regular and hidden data:
178178

179179
.. literalinclude:: context/022.php
180180

181-
.. important:: Regular data and hidden data are stored separately. A key can exist in both regular and hidden storage
182-
with different values. Use ``get()`` for regular data and ``getHidden()`` for hidden data.
181+
.. important:: Regular data and hidden data are stored separately. A key can exist in both regular and hidden storage with different values. Use ``get()`` for regular data and ``getHidden()`` for hidden data.
183182

184183
***********************************
185184
Integration with Logging
@@ -206,8 +205,7 @@ This would produce a log entry like:
206205
207206
ERROR - 2026-02-18 --> Payment processing failed {"user_id":123,"transaction_id":"txn_12345"}
208207
209-
.. note:: Hidden data set with ``setHidden()`` is **never** included in logs, even when ``$logGlobalContext`` is enabled.
210-
This ensures sensitive information like API keys or tokens remain secure.
208+
.. note:: Hidden data set with ``setHidden()`` is **never** included in logs, even when ``$logGlobalContext`` is enabled. This ensures sensitive information like API keys or tokens remain secure.
211209

212210
***************
213211
Important Notes

0 commit comments

Comments
 (0)