diff options
Diffstat (limited to 'Authorization/AccessDecisionManagerInterface.php')
-rw-r--r-- | Authorization/AccessDecisionManagerInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Authorization/AccessDecisionManagerInterface.php b/Authorization/AccessDecisionManagerInterface.php index 5bb28b8..88066c3 100644 --- a/Authorization/AccessDecisionManagerInterface.php +++ b/Authorization/AccessDecisionManagerInterface.php @@ -26,8 +26,8 @@ interface AccessDecisionManagerInterface * Decides whether the access is possible or not. * * @param TokenInterface $token A TokenInterface instance - * @param object $object The object to secure * @param array $attributes An array of attributes associated with the method being invoked + * @param object $object The object to secure * * @return Boolean true if the access is granted, false otherwise */ |