Skip to content

Commit a21ab89

Browse files
[Security] Fix typo in deprecation message
1 parent d185c41 commit a21ab89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Authenticator/RememberMeAuthenticator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function __construct(
6060
LoggerInterface|string|null $logger = null,
6161
) {
6262
if (\is_string($tokenStorage)) {
63-
trigger_deprecation('symfony/security-core', '7.2', 'The "$secret" argument of "%s()" is deprecated.', __METHOD__);
63+
trigger_deprecation('symfony/security-http', '7.2', 'The "$secret" argument of "%s()" is deprecated.', __METHOD__);
6464

6565
$this->secret = $tokenStorage;
6666
$tokenStorage = $cookieName;

0 commit comments

Comments
 (0)