Skip to content

Commit 7f1e768

Browse files
committed
Adds proper return value for Symfony 4 compatibility.
1 parent dc4e1b5 commit 7f1e768

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Command/FixturesLoadCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
148148
$output->writeln('No <info>YML</info> fixtures found.');
149149
}
150150
}
151+
152+
return 0;
151153
}
152154

153155
/**

0 commit comments

Comments
 (0)