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 c57b655 commit 1652eb6Copy full SHA for 1652eb6
1 file changed
modules/openapi-generator/src/main/resources/php-symfony/testing/AppKernel.mustache
@@ -22,7 +22,7 @@ class AppKernel extends Kernel
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