You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Naming the second Argument of AuthorizationChecker::isGranted, "$object", implies that it should always be an object. Now this in itself imposes no hard restrictions, but the Implementation of AbstractVoter in the 2.7 branch will cause errors, if a primitive is passed to the voter. Can this be fixed or is there a reason to it?