Fixed deprecations

This commit is contained in:
Jan Böhmer 2023-12-05 21:55:20 +01:00
parent 5faeb5dd56
commit 8b8079a6f1
3 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ class LoadFixturesCommand extends Command
parent::__construct();
}
protected function execute(InputInterface $input, OutputInterface $output)
protected function execute(InputInterface $input, OutputInterface $output): int
{
$ui = new SymfonyStyle($input, $output);