Skip to content

Commit 4259bd0

Browse files
committed
AC-15170:: Add official support for Symfony 7.4 LTS in Adobe Commerce 2.4.9
1 parent 28bfecf commit 4259bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Command/CompareSourceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected function configure()
110110
/**
111111
* @inheritdoc
112112
*/
113-
protected function execute(InputInterface $input, OutputInterface $cliOutput)
113+
protected function execute(InputInterface $input, OutputInterface $cliOutput): int
114114
{
115115
$sourceBeforeDirArg = $input->getArgument('source-before');
116116
$sourceBeforeDir = realpath($sourceBeforeDirArg);

0 commit comments

Comments
 (0)