Skip to content

Commit

Permalink
Update deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Aug 26, 2024
1 parent f5a0a5a commit 903de0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Action/CheckEmailAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function __construct(
$this->tokenTtl = $tokenTtlDeprecated;

@trigger_error(\sprintf(
'Passing an instance of %s as argument 2 to "%s()" is deprecated since sonata-project/user-bundle 5.x and will only accept an instance of %s in version 6.0.',
'Passing an instance of %s as argument 2 to "%s()" is deprecated since sonata-project/user-bundle 5.13 and will only accept an instance of %s in version 6.0.',
UrlGeneratorInterface::class,
__METHOD__,
Pool::class
Expand Down

0 comments on commit 903de0d

Please sign in to comment.