Skip to content

Commit 1d6436a

Browse files
Bugfix fix > PHP 8.2 support
1 parent c6102c9 commit 1d6436a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Command/ProcessQueueCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ protected function configure()
106106
/**
107107
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
108108
*/
109-
protected function execute(InputInterface $input, OutputInterface $output)
109+
protected function execute(InputInterface $input, OutputInterface $output): int
110110
{
111111
$this->extensionConfiguration->disableClearCacheQueue();
112112
foreach ($this->queueUtility->findAllQueueEntries()->fetchAllAssociative() as $queueEntry) {

0 commit comments

Comments
 (0)