Skip to content

Commit

Permalink
Merge pull request #29 from developermarshak/patch-1
Browse files Browse the repository at this point in the history
Added missing return type to AutoMapperPlusBundle::build() to fix deprecation
  • Loading branch information
mark-gerarts authored Apr 13, 2024
2 parents b05af60 + f058482 commit fcedf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoMapperPlusBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AutoMapperPlusBundle extends Bundle
/**
* @inheritdoc
*/
public function build(ContainerBuilder $container)
public function build(ContainerBuilder $container): void
{
parent::build($container);
$container->addCompilerPass(new ConfigurationLoaderPass());
Expand Down

0 comments on commit fcedf1b

Please sign in to comment.