From f6f9b944ef0f59dd331350bdd1e720c850946bb1 Mon Sep 17 00:00:00 2001 From: Mahmood Dehghani Date: Tue, 12 Mar 2024 01:16:09 +0330 Subject: [PATCH] fix return types (#50461) --- Scheduling/ScheduleRunCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scheduling/ScheduleRunCommand.php b/Scheduling/ScheduleRunCommand.php index f6386b8..917ff9a 100644 --- a/Scheduling/ScheduleRunCommand.php +++ b/Scheduling/ScheduleRunCommand.php @@ -271,7 +271,7 @@ protected function shouldInterrupt() /** * Ensure the interrupt signal is cleared. * - * @return bool + * @return void */ protected function clearInterruptSignal() {