Skip to content

Commit 4dc7135

Browse files
Merge branch '5.3' into 5.4
* 5.3: Add some missing types
2 parents 08fcaa6 + fb0e510 commit 4dc7135

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)