Skip to content

Commit c018641

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [Scheduler] fixed small typo in RecurringMessage Codeblock
2 parents 389da75 + 72c67ef commit c018641

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
@@ -909,8 +909,7 @@ before being further redispatched to its corresponding handler::
909909
{
910910
return $this->schedule ??= (new Schedule())
911911
->with(
912-
RecurringMessage::every('5 seconds'),
913-
new RedispatchMessage(new Message(), 'async')
912+
RecurringMessage::every('5 seconds', new RedispatchMessage(new Message(), 'async'))
914913
);
915914
}
916915
}

0 commit comments

Comments
 (0)