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 41ff2d3 commit b4cc7d1Copy full SHA for b4cc7d1
src/Http/Helpers.php
@@ -23,9 +23,6 @@ final class Helpers
23
/** @internal */
24
public const StrictCookieName = '_nss';
25
26
- /** @deprecated */
27
- public const STRICT_COOKIE_NAME = self::StrictCookieName;
28
-
29
30
/**
31
* Returns HTTP valid date format.
src/Http/UserStorage.php
0 commit comments