Skip to content

Commit b3afaf6

Browse files
author
Foulques DU-PELOUX
committed
refactor: add missing return type
1 parent faa5b8a commit b3afaf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/server/petstore/php-symfony/SymfonyBundle-php/Tests

samples/server/petstore/php-symfony/SymfonyBundle-php/Tests/AppKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function registerBundles(): iterable
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)