Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72c67ef

Browse files
committed
minor #19512 [Scheduler] fixed small typo in RecurringMessage Codeblock (mkrauser)
This PR was merged into the 6.3 branch. Discussion ---------- [Scheduler] fixed small typo in RecurringMessage Codeblock Commits ------- 017d7a0 [Scheduler] fixed small typo in RecurringMessage Codeblock
2 parents b618b53 + 017d7a0 commit 72c67ef

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
@@ -454,8 +454,7 @@ before being further redispatched to its corresponding handler::
454454
{
455455
return $this->schedule ??= (new Schedule())
456456
->add(
457-
RecurringMessage::every('5 seconds'),
458-
new RedispatchMessage(new Message(), 'async')
457+
RecurringMessage::every('5 seconds', new RedispatchMessage(new Message(), 'async'))
459458
);
460459
}
461460
}

0 commit comments

Comments
 (0)