Skip to content

Commit

Permalink
fix return types (#50461)
Browse files Browse the repository at this point in the history
  • Loading branch information
imahmood committed Mar 11, 2024
1 parent 6866cbd commit f6f9b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scheduling/ScheduleRunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ protected function shouldInterrupt()
/**
* Ensure the interrupt signal is cleared.
*
* @return bool
* @return void
*/
protected function clearInterruptSignal()
{
Expand Down

0 comments on commit f6f9b94

Please sign in to comment.