Skip to content

Commit f3c03a2

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: [Security] Fix typo in deprecation message [Validator] Review missing translations for Portuguese
2 parents ca54e55 + a21ab89 commit f3c03a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authenticator/RememberMeAuthenticator.php

Lines changed: 1 addition & 1 deletion
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)