Skip to content

Commit 7af90dc

Browse files
committed
fixed some deprecation messages
1 parent 36d516a commit 7af90dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/NonceExpiredException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Component\Security\Core\Exception;
1313

14-
@trigger_error(sprintf('The %s class and the whole HTTP digest authentication system is deprecated since 3.4 and will be removed in 4.0.', NonceExpiredException::class), E_USER_DEPRECATED);
14+
@trigger_error(sprintf('The %s class and the whole HTTP digest authentication system is deprecated since Symfony 3.4 and will be removed in 4.0.', NonceExpiredException::class), E_USER_DEPRECATED);
1515

1616
/**
1717
* NonceExpiredException is thrown when an authentication is rejected because

0 commit comments

Comments
 (0)