From 538316b05d748a35eedba8fbeaab0f48cd06831b Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 26 Oct 2023 20:39:58 +0200 Subject: [PATCH] Add a return type in LoadDataFixturesDoctrineCommand --- Command/LoadDataFixturesDoctrineCommand.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Command/LoadDataFixturesDoctrineCommand.php b/Command/LoadDataFixturesDoctrineCommand.php index c6cb30d..9e1c742 100644 --- a/Command/LoadDataFixturesDoctrineCommand.php +++ b/Command/LoadDataFixturesDoctrineCommand.php @@ -93,10 +93,7 @@ protected function configure() ); } - /** - * @return int - */ - protected function execute(InputInterface $input, OutputInterface $output) + protected function execute(InputInterface $input, OutputInterface $output): int { $ui = new SymfonyStyle($input, $output);