Skip to content

Commit 4f7e1f7

Browse files
committed
fixed typo
1 parent e323a04 commit 4f7e1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Twig/Extension/LogoutUrlExtension.php

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

1212
namespace Symfony\Bundle\SecurityBundle\Twig\Extension;
1313

14-
trigger_error('The '.__NAMESPACE__.'\LogoutUrlExtension class is deprecated since version 2.5 and will be removed in 3.0. Use Symfony\Bridge\Twig\Extension\LogoutUrlExtension instead.', E_USER_DEPRECATED);
14+
trigger_error('The '.__NAMESPACE__.'\LogoutUrlExtension class is deprecated since version 2.7 and will be removed in 3.0. Use Symfony\Bridge\Twig\Extension\LogoutUrlExtension instead.', E_USER_DEPRECATED);
1515

1616
use Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper;
1717

0 commit comments

Comments
 (0)