Skip to content

Commit 9ab4a36

Browse files
committed
docs: add deprecation of Cookie::withNeverExpiring()
1 parent 3ca5c05 commit 9ab4a36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

user_guide_src/source/changelogs/v4.2.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ none.
2727
Deprecations
2828
************
2929

30-
none.
30+
- :php:meth:`CodeIgniter\\Cookie\\Cookie::withNeverExpiring()` is deprecated.
3131

3232
Bugs Fixed
3333
**********

user_guide_src/source/libraries/cookies.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ Class Reference
326326

327327
.. php:method:: withNeverExpiring()
328328
329+
.. important:: This method is deprecated.
330+
329331
:param string $name:
330332
:rtype: ``Cookie``
331333
:returns: new ``Cookie`` instance

0 commit comments

Comments
 (0)