We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba1eb5 commit 6815794Copy full SHA for 6815794
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