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 36aed70 commit 2706e7bCopy full SHA for 2706e7b
1 file changed
src/Http/Session.php
@@ -463,6 +463,7 @@ public function setCookieParameters(string $path, string $domain = null, bool $s
463
/** @deprecated */
464
public function getCookieParameters(): array
465
{
466
+ trigger_error(__METHOD__ . '() is deprecated.', E_USER_DEPRECATED);
467
return session_get_cookie_params();
468
}
469
0 commit comments