phpstan-symfony icon indicating copy to clipboard operation
phpstan-symfony copied to clipboard

Method Kernel::configureContainer() is unused.

Open gjuric opened this issue 3 months ago • 0 comments

I have a Kernel that extends Symfony\Component\HttpKernel\Kernel and uses a Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait.

The configureContainer() function from the trait is overridden in my Kernel class and is being used by Symfony so this notice shouldn't be shown.

gjuric avatar Aug 25 '25 14:08 gjuric