Skip to content

Commit

Permalink
Merge pull request #42 from WandiParis/master
Browse files Browse the repository at this point in the history
chore: symfony 6 support
  • Loading branch information
laurent-bientz authored May 30, 2023
2 parents a26617b + 42c6005 commit df7e4d3
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 df7e4d3

Please sign in to comment.