Skip to content

Commit 327ee5b

Browse files
committed
[Tracker] 2.4.9/Symfony 7.x compat
1 parent cb7be21 commit 327ee5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/module-elasticsuite-tracker/Console/CheckData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected function configure()
7272
* {@inheritdoc}
7373
* @SuppressWarnings(PHPMD.StaticAccess)
7474
*/
75-
protected function execute(InputInterface $input, OutputInterface $output)
75+
protected function execute(InputInterface $input, OutputInterface $output): int
7676
{
7777
$progressIndicator = new ProgressIndicator($output, 'verbose', 100, ['', '', '', '', '', '', '', '']);
7878
$progressIndicator->start('Processing...');

src/module-elasticsuite-tracker/Console/FixData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected function configure()
7272
* {@inheritdoc}
7373
* @SuppressWarnings(PHPMD.StaticAccess)
7474
*/
75-
protected function execute(InputInterface $input, OutputInterface $output)
75+
protected function execute(InputInterface $input, OutputInterface $output): int
7676
{
7777
$progressIndicator = new ProgressIndicator($output, 'verbose', 500, ['', '', '', '', '', '', '', '']);
7878
$progressIndicator->start('Processing...');

0 commit comments

Comments
 (0)