Skip to content

Commit

Permalink
Added return void annotation to suppress deprecation warnings in Comm…
Browse files Browse the repository at this point in the history
…and::configure() (#387)
  • Loading branch information
mickverm committed May 2, 2023
1 parent fd39829 commit 9ec3139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Command/LoadDataFixturesDoctrineCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function __construct(SymfonyFixturesLoader $fixturesLoader, ?ManagerRegis
$this->purgerFactories = $purgerFactories;
}

/** @return void */
protected function configure()
{
$this
Expand Down

0 comments on commit 9ec3139

Please sign in to comment.