Skip to content

Commit

Permalink
Merge pull request #87 from Akollade/sf6.3-void
Browse files Browse the repository at this point in the history
Add return void in MjmlExtension
  • Loading branch information
notFloran committed Jul 4, 2023
2 parents 43a6a75 + 600d84a commit bff4429
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DependencyInjection/MjmlExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

class MjmlExtension extends Extension
{
/**
* @return void
*/
public function load(array $configs, ContainerBuilder $container)
{
$loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
Expand Down

0 comments on commit bff4429

Please sign in to comment.