We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba1eb5 commit 6815794Copy full SHA for 6815794
2 files changed
system/Cookie/CloneableCookieInterface.php
@@ -60,6 +60,8 @@ public function withExpired();
60
* Creates a new Cookie that will virtually never expire from the browser.
61
*
62
* @return static
63
+ *
64
+ * @deprecated See https://github.com/codeigniter4/CodeIgniter4/pull/6413
65
*/
66
public function withNeverExpiring();
67
system/Cookie/Cookie.php
@@ -461,6 +461,8 @@ public function withExpired()
461
462
/**
463
* {@inheritDoc}
464
465
466
467
public function withNeverExpiring()
468
{
0 commit comments