Skip to content

Commit fe061f9

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [VarDumper] Fix missing support for dumping PHP7 return type [travis] disable symfony_debug ext when deps!=no Do not normalize the kernel root directory path (see symfony/symfony#15474). Don't trigger deprecation on interfaces [Debug] Ignore silencing for deprecations [ci] Run minimal versions on appveyor only Fix appveyor file consistently use str_replace to unify directory separators (remaining)
2 parents 081b100 + fba1057 commit fe061f9

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)