summaryrefslogtreecommitdiffstats
path: root/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Core')
-rw-r--r--Core/Authorization/DebugAccessDecisionManager.php9
-rw-r--r--Core/Authorization/TraceableAccessDecisionManager.php1
-rw-r--r--Core/LICENSE2
3 files changed, 6 insertions, 6 deletions
diff --git a/Core/Authorization/DebugAccessDecisionManager.php b/Core/Authorization/DebugAccessDecisionManager.php
index d660da1..59a4796 100644
--- a/Core/Authorization/DebugAccessDecisionManager.php
+++ b/Core/Authorization/DebugAccessDecisionManager.php
@@ -11,11 +11,12 @@
namespace Symfony\Component\Security\Core\Authorization;
-/**
+/*
* @internal
+ *
* @deprecated The DebugAccessDecisionManager class has been renamed and is deprecated since version 3.3 and will be removed in 4.0. Use the TraceableAccessDecisionManager class instead.
- *
- * This is a placeholder for the old class, that got renamed; this is not a BC break since the class is internal, this
- * placeholder is here just to help backward compatibility with older SecurityBundle versions.
+ *
+ * This is a placeholder for the old class, that got renamed; this is not a BC break since the class is internal, this
+ * placeholder is here just to help backward compatibility with older SecurityBundle versions.
*/
class_exists(TraceableAccessDecisionManager::class);
diff --git a/Core/Authorization/TraceableAccessDecisionManager.php b/Core/Authorization/TraceableAccessDecisionManager.php
index da6a65f..6ba2cab 100644
--- a/Core/Authorization/TraceableAccessDecisionManager.php
+++ b/Core/Authorization/TraceableAccessDecisionManager.php
@@ -12,7 +12,6 @@
namespace Symfony\Component\Security\Core\Authorization;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
-use Symfony\Component\Security\Core\Authorization\DebugAccessDecisionManager;
/**
* Decorates the original AccessDecisionManager class to log information
diff --git a/Core/LICENSE b/Core/LICENSE
index 12a7453..17d16a1 100644
--- a/Core/LICENSE
+++ b/Core/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2004-2016 Fabien Potencier
+Copyright (c) 2004-2017 Fabien Potencier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal