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 d185c41 commit a21ab89Copy full SHA for a21ab89
Authenticator/RememberMeAuthenticator.php
@@ -60,7 +60,7 @@ public function __construct(
60
LoggerInterface|string|null $logger = null,
61
) {
62
if (\is_string($tokenStorage)) {
63
- trigger_deprecation('symfony/security-core', '7.2', 'The "$secret" argument of "%s()" is deprecated.', __METHOD__);
+ trigger_deprecation('symfony/security-http', '7.2', 'The "$secret" argument of "%s()" is deprecated.', __METHOD__);
64
65
$this->secret = $tokenStorage;
66
$tokenStorage = $cookieName;
0 commit comments