Skip to content

Commit 63aee46

Browse files
committed
docs: add @deprecated
1 parent 5b396db commit 63aee46

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

system/Cookie/CloneableCookieInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ public function withExpired();
6060
* Creates a new Cookie that will virtually never expire from the browser.
6161
*
6262
* @return static
63+
*
64+
* @deprecated See https://github.com/codeigniter4/CodeIgniter4/pull/6413
6365
*/
6466
public function withNeverExpiring();
6567

system/Cookie/Cookie.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ public function withExpired()
461461

462462
/**
463463
* {@inheritDoc}
464+
*
465+
* @deprecated See https://github.com/codeigniter4/CodeIgniter4/pull/6413
464466
*/
465467
public function withNeverExpiring()
466468
{

0 commit comments

Comments
 (0)