We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea5f03 commit c57b655Copy full SHA for c57b655
1 file changed
samples/server/petstore/php-symfony/SymfonyBundle-php/Tests/AppKernel.php
@@ -22,7 +22,7 @@ public function registerBundles(): iterable
22
* @inheritDoc
23
* @throws \Exception
24
*/
25
- public function registerContainerConfiguration(LoaderInterface $loader)
+ public function registerContainerConfiguration(LoaderInterface $loader): void
26
{
27
$loader->load(__DIR__.'/test_config.yaml');
28
}
0 commit comments