Skip to content

Commit

Permalink
IResponse: deprecated constants PERMANENT & BROWSER
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 17, 2019
1 parent 41fc996 commit 856ab1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/IResponse.php
Expand Up @@ -16,10 +16,10 @@
*/
interface IResponse
{
/** @var int cookie expiration: forever (23.1.2037) */
/** @deprecated */
public const PERMANENT = 2116333333;

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

/** HTTP 1.1 response code */
Expand Down

0 comments on commit 856ab1c

Please sign in to comment.