Skip to content

Commit

Permalink
Update lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataComm…
Browse files Browse the repository at this point in the history
…and.php

Co-Authored-By: Grégoire Paris <[email protected]>
  • Loading branch information
goetas and greg0ire authored Dec 1, 2019
1 parent e322ca2 commit e40c6fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected function configure() : void
public function execute(
InputInterface $input,
OutputInterface $output
) : ?int {
) : int {
$this->getDependencyFactory()->getMetadataStorage()->ensureInitialized();

$output->writeln('Metadata storage synchronized');
Expand Down

0 comments on commit e40c6fb

Please sign in to comment.