From 7c69a1ce4f3a84d8ecfb121b3cb8eb72be087f56 Mon Sep 17 00:00:00 2001 From: Ryan Hoerr Date: Tue, 28 Apr 2026 21:51:50 -0400 Subject: [PATCH] Add return type to MessageQueue command execute method --- .../Magento/MessageQueue/Console/QueueConfigStatusCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/MessageQueue/Console/QueueConfigStatusCommand.php b/app/code/Magento/MessageQueue/Console/QueueConfigStatusCommand.php index 2bcac52aeb0..fec89a4a53b 100644 --- a/app/code/Magento/MessageQueue/Console/QueueConfigStatusCommand.php +++ b/app/code/Magento/MessageQueue/Console/QueueConfigStatusCommand.php @@ -48,7 +48,7 @@ protected function configure() /** * @inheritdoc */ - protected function execute(InputInterface $input, OutputInterface $output) + protected function execute(InputInterface $input, OutputInterface $output): int { try { $hasChanges = false;