Skip to content

Commit fb0e510

Browse files
Merge branch '5.2' into 5.3
* 5.2: Add some missing types
2 parents 3a60c09 + 8d8293a commit fb0e510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Authorization/AccessDecisionManagerInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ interface AccessDecisionManagerInterface
2323
/**
2424
* Decides whether the access is possible or not.
2525
*
26-
* @param array $attributes An array of attributes associated with the method being invoked
27-
* @param object $object The object to secure
26+
* @param array $attributes An array of attributes associated with the method being invoked
27+
* @param mixed $object The object to secure
2828
*
2929
* @return bool true if the access is granted, false otherwise
3030
*/

0 commit comments

Comments
 (0)