Skip to content

Commit fba1057

Browse files
Don't trigger deprecation on interfaces
1 parent 70b54ff commit fba1057

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SecurityContextInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Security\Core;
1313

14-
@trigger_error('The '.__NAMESPACE__.'\SecurityContextInterface interface is deprecated since version 2.6 and will be removed in 3.0.', E_USER_DEPRECATED);
15-
1614
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
1715
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
1816

0 commit comments

Comments
 (0)