Skip to content

Commit

Permalink
chore: symfony 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Bientz committed May 22, 2023
1 parent a26617b commit 42c6005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DependencyInjection/WelpMailchimpExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function load(array $configs, ContainerBuilder $container)
$this->loadSubscriberProviders($container, $config['lists']);
}

public function getAlias()
public function getAlias(): string
{
return 'welp_mailchimp';
}
Expand Down
2 changes: 1 addition & 1 deletion src/WelpMailchimpBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class WelpMailchimpBundle extends Bundle
{
public function getContainerExtension()
public function getContainerExtension(): WelpMailchimpExtension
{
return new WelpMailchimpExtension();
}
Expand Down

0 comments on commit 42c6005

Please sign in to comment.