We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Seesymfony/symfony#22276
This is the new code allowed by this change:
// Beforestatic::bootKernel($options);$client =static::$kernel->getContainer()->get('test.client');// after$kernel =static::bootKernel($options)$client =$kernel->getContainer()->get('test.client');
Not sure if we should mention or explain this.