summaryrefslogtreecommitdiffstats
path: root/Core/Authorization/AccessDecisionManagerInterface.php
diff options
context:
space:
mode:
authorGraham Campbell <graham@mineuk.com>2014-11-30 13:33:44 +0000
committerGraham Campbell <graham@mineuk.com>2014-11-30 13:33:44 +0000
commite5dfe6a3e96c71e87c0ca9aa84115accd9ebb229 (patch)
tree197d405115891642eb8c9eb488b775251c427e98 /Core/Authorization/AccessDecisionManagerInterface.php
parentc54f038a64896f2963a4412974b10cd341ac6e73 (diff)
downloadsymfony-security-e5dfe6a3e96c71e87c0ca9aa84115accd9ebb229.zip
symfony-security-e5dfe6a3e96c71e87c0ca9aa84115accd9ebb229.tar.gz
symfony-security-e5dfe6a3e96c71e87c0ca9aa84115accd9ebb229.tar.bz2
Docblock fixes
Diffstat (limited to 'Core/Authorization/AccessDecisionManagerInterface.php')
-rw-r--r--Core/Authorization/AccessDecisionManagerInterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Core/Authorization/AccessDecisionManagerInterface.php b/Core/Authorization/AccessDecisionManagerInterface.php
index ec82800..16209ba 100644
--- a/Core/Authorization/AccessDecisionManagerInterface.php
+++ b/Core/Authorization/AccessDecisionManagerInterface.php
@@ -27,7 +27,7 @@ interface AccessDecisionManagerInterface
* @param array $attributes An array of attributes associated with the method being invoked
* @param object $object The object to secure
*
- * @return bool true if the access is granted, false otherwise
+ * @return bool true if the access is granted, false otherwise
*/
public function decide(TokenInterface $token, array $attributes, $object = null);
@@ -36,7 +36,7 @@ interface AccessDecisionManagerInterface
*
* @param string $attribute An attribute
*
- * @return bool true if this decision manager supports the attribute, false otherwise
+ * @return bool true if this decision manager supports the attribute, false otherwise
*/
public function supportsAttribute($attribute);