You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/general/context.rst
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,8 +178,7 @@ To clear both regular and hidden data:
178
178
179
179
.. literalinclude:: context/022.php
180
180
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.
183
182
184
183
***********************************
185
184
Integration with Logging
@@ -206,8 +205,7 @@ This would produce a log entry like:
.. 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.
0 commit comments