summaryrefslogtreecommitdiffstats
path: root/Core
diff options
context:
space:
mode:
authorNicolas Grekas <nicolas.grekas@gmail.com>2015-01-04 21:27:00 +0100
committerNicolas Grekas <nicolas.grekas@gmail.com>2015-01-05 09:56:52 +0100
commitb7409ef75f050977d0444913b103413f36888430 (patch)
tree8dab33cc5e01d659bd74e270cb6e000023bb39b2 /Core
parent495d07a1730d12646dbcb51ed6ef5915982630bf (diff)
downloadsymfony-security-b7409ef75f050977d0444913b103413f36888430.zip
symfony-security-b7409ef75f050977d0444913b103413f36888430.tar.gz
symfony-security-b7409ef75f050977d0444913b103413f36888430.tar.bz2
[2.6] cleanup deprecated uses
Diffstat (limited to 'Core')
-rw-r--r--Core/SecurityContext.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/Core/SecurityContext.php b/Core/SecurityContext.php
index 545d4cb..165c22a 100644
--- a/Core/SecurityContext.php
+++ b/Core/SecurityContext.php
@@ -70,8 +70,6 @@ class SecurityContext implements SecurityContextInterface
}
/**
- * @deprecated Deprecated since version 2.6, to be removed in 3.0. Use TokenStorageInterface::getToken() instead.
- *
* {@inheritdoc}
*/
public function getToken()
@@ -80,8 +78,6 @@ class SecurityContext implements SecurityContextInterface
}
/**
- * @deprecated Deprecated since version 2.6, to be removed in 3.0. Use TokenStorageInterface::setToken() instead.
- *
* {@inheritdoc}
*/
public function setToken(TokenInterface $token = null)
@@ -90,8 +86,6 @@ class SecurityContext implements SecurityContextInterface
}
/**
- * @deprecated Deprecated since version 2.6, to be removed in 3.0. Use AuthorizationCheckerInterface::isGranted() instead.
- *
* {@inheritdoc}
*/
public function isGranted($attributes, $object = null)