Skip to content

Commit 903de0d

Browse files
Update deprecation
1 parent f5a0a5a commit 903de0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Action/CheckEmailAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function __construct(
6767
$this->tokenTtl = $tokenTtlDeprecated;
6868

6969
@trigger_error(\sprintf(
70-
'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.',
70+
'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.',
7171
UrlGeneratorInterface::class,
7272
__METHOD__,
7373
Pool::class

0 commit comments

Comments
 (0)