-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed as not planned
Description
Symfony version(s) affected
Description
why its type-hinted as string
and then there is this?
Related issue:
#37325
This messes up the Static analysers.
How to reproduce
Symfony 5.* https://phpstan.org/r/9786dc67-c9ee-4bf7-9232-ffbc4c082256
Symfony 6.* https://phpstan.org/r/c28b5633-bf91-43da-ab34-c0bca8c42711
Possible Solution
either make it mixed
either remove the hack + typehint isGranted
with string
also. This hack exists since 5.0 - it should be removed in 6.0 as BC can be break in major releases.
Additional Context
No response
grigoryosifov and kaznovac