Skip to content

Commit

Permalink
Added return void annotation to suppress deprecation warnings in Bu…
Browse files Browse the repository at this point in the history
…ndle::build()
  • Loading branch information
mickverm committed May 2, 2023
1 parent 197dcc3 commit 4954063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DoctrineMigrationsBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*/
class DoctrineMigrationsBundle extends Bundle
{
/** @return void */
public function build(ContainerBuilder $container)
{
$container->addCompilerPass(new ConfigureDependencyFactoryPass());
Expand Down

0 comments on commit 4954063

Please sign in to comment.