We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe22d1 commit 97d1a51Copy full SHA for 97d1a51
2 files changed
user_guide_src/source/changelogs/v4.2.6.rst
@@ -27,7 +27,7 @@ none.
27
Deprecations
28
************
29
30
-none.
+- :php:meth:`CodeIgniter\\Cookie\\Cookie::withNeverExpiring()` is deprecated.
31
32
Bugs Fixed
33
**********
user_guide_src/source/libraries/cookies.rst
@@ -326,6 +326,8 @@ Class Reference
326
327
.. php:method:: withNeverExpiring()
328
329
+ .. important:: This method is deprecated.
330
+
331
:param string $name:
332
:rtype: ``Cookie``
333
:returns: new ``Cookie`` instance
0 commit comments