Skip to content

Commit 630336f

Browse files
committed
IResponse: deprecated constants PERMANENT & BROWSER
1 parent 65feb25 commit 630336f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Http/IResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
*/
1717
interface IResponse
1818
{
19-
/** @var int cookie expiration: forever (23.1.2037) */
19+
/** @deprecated */
2020
public const PERMANENT = 2116333333;
2121

22-
/** @var int cookie expiration: until the browser is closed */
22+
/** @deprecated */
2323
public const BROWSER = 0;
2424

2525
/** HTTP 1.1 response code */

0 commit comments

Comments
 (0)