Many interfaces provides supports or supportsClass method to check if the given object or class name is supported.
There will be conflicts when a class implements 2 interfaces with supports method or supportsClass method. Is it possible to add the object or class name in supports like supportsToken for AuthentificationProviderInterface or supportsUserClass for UserProviderInterface ? The main problem i see is BC since they are many interfaces using this methods names : ParamConverterInterface, LoaderInterface, etc... -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
