Skip to content

Commit

Permalink
add missing return type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed May 15, 2024
1 parent 11221f8 commit bbcdd94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class DependencyInjection {
*/
abstract class Abstract«vendor.formatForCodeCapital»«name.formatForCodeCapital»Extension extends Extension
{
public function load(array $configs, ContainerBuilder $container)
public function load(array $configs, ContainerBuilder $container): void
{
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../../Resources/config'));
$loader->load('services.yaml');
Expand Down

0 comments on commit bbcdd94

Please sign in to comment.