Skip to content

Commit 8c9d5a0

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Scheduler] fixed small typo in RecurringMessage Codeblock
2 parents 3a935b0 + c018641 commit 8c9d5a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scheduler.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,7 @@ before being further redispatched to its corresponding handler::
876876
{
877877
return $this->schedule ??= (new Schedule())
878878
->with(
879-
RecurringMessage::every('5 seconds'),
880-
new RedispatchMessage(new Message(), 'async')
879+
RecurringMessage::every('5 seconds', new RedispatchMessage(new Message(), 'async'))
881880
);
882881
}
883882
}

0 commit comments

Comments
 (0)