We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a60c09 + 8d8293a commit fb0e510Copy full SHA for fb0e510
Authorization/AccessDecisionManagerInterface.php
@@ -23,8 +23,8 @@ interface AccessDecisionManagerInterface
23
/**
24
* Decides whether the access is possible or not.
25
*
26
- * @param array $attributes An array of attributes associated with the method being invoked
27
- * @param object $object The object to secure
+ * @param array $attributes An array of attributes associated with the method being invoked
+ * @param mixed $object The object to secure
28
29
* @return bool true if the access is granted, false otherwise
30
*/
0 commit comments