mirror of
https://github.com/symfony/framework-bundle.git
synced 2026-03-24 01:12:20 +01:00
Default application Kernel has `configureContainer` method defined with `$container` as first parameter. PhpStorm inspection said: ``` Parameter's name changed during inheritance Parameter's name changed from 'c' to 'container' ```