Closed
Description
Browsing through the code I noticed that Symfony\Component\HttpKernel\KernelInterface
and Symfony\Component\HttpKernel\Kernel
have a method called isClassInActiveBundle
which doesn’t seem to be used anywhere. I know it’s marked as api but I was wondering if we really need it or if it was overlooked during refactoring.