summaryrefslogtreecommitdiffstats
path: root/Core/SecurityContextInterface.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2015-08-24 09:18:02 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2015-08-24 09:18:02 +0200
commit1ce741e1c146dfadc1b8abc2bbc7626ac682f363 (patch)
tree32239eeec1ca38b3d2e0045e7f40011a16c027ef /Core/SecurityContextInterface.php
parentb60dfa578d6ab5e1766af7adb3f882e585ed161e (diff)
parent5ccfeae19f3bf9238148326f32850672f3fea7e4 (diff)
downloadsymfony-security-1ce741e1c146dfadc1b8abc2bbc7626ac682f363.zip
symfony-security-1ce741e1c146dfadc1b8abc2bbc7626ac682f363.tar.gz
symfony-security-1ce741e1c146dfadc1b8abc2bbc7626ac682f363.tar.bz2
Merge branch '2.7' into 2.8
* 2.7: fixes CS
Diffstat (limited to 'Core/SecurityContextInterface.php')
-rw-r--r--Core/SecurityContextInterface.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Core/SecurityContextInterface.php b/Core/SecurityContextInterface.php
index 61cdf4f..a759feb 100644
--- a/Core/SecurityContextInterface.php
+++ b/Core/SecurityContextInterface.php
@@ -20,6 +20,7 @@ use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
* The SecurityContextInterface.
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
+ *
* @deprecated since version 2.6, to be removed in 3.0.
*/
interface SecurityContextInterface extends TokenStorageInterface, AuthorizationCheckerInterface