summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Core/SecurityContextInterface.php2
-rw-r--r--Tests/Core/SecurityContextInterfaceTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/Core/SecurityContextInterface.php b/Core/SecurityContextInterface.php
index bceb506..0ad7bd3 100644
--- a/Core/SecurityContextInterface.php
+++ b/Core/SecurityContextInterface.php
@@ -18,7 +18,7 @@ use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
* The SecurityContextInterface.
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
- * @deprecated Deprecated since version 2.6, to be removed in 3.0.
+ * @deprecated since version 2.6, to be removed in 3.0.
*/
interface SecurityContextInterface extends TokenStorageInterface, AuthorizationCheckerInterface
{
diff --git a/Tests/Core/SecurityContextInterfaceTest.php b/Tests/Core/SecurityContextInterfaceTest.php
index f65d202..09a4590 100644
--- a/Tests/Core/SecurityContextInterfaceTest.php
+++ b/Tests/Core/SecurityContextInterfaceTest.php
@@ -19,7 +19,7 @@ class SecurityContextInterfaceTest extends \PHPUnit_Framework_TestCase
/**
* Test if the BC Layer is working as intended
*
- * @deprecated Deprecated since version 2.6, to be removed in 3.0.
+ * @deprecated since version 2.6, to be removed in 3.0.
*/
public function testConstantSync()
{