Skip to content

Commit 1652eb6

Browse files
committed
[php-symfony] make template compatible with Symfony 8
1 parent c57b655 commit 1652eb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/resources/php-symfony/testing/AppKernel.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AppKernel extends Kernel
2222
* @inheritDoc
2323
* @throws \Exception
2424
*/
25-
public function registerContainerConfiguration(LoaderInterface $loader)
25+
public function registerContainerConfiguration(LoaderInterface $loader): void
2626
{
2727
$loader->load(__DIR__.'/test_config.yaml');
2828
}

0 commit comments

Comments
 (0)