Skip to content

Commit 6c3a18d

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Fix RST syntax issue
2 parents 9d6df9d + 37577c9 commit 6c3a18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ You can also define ``from`` and ``until`` times for your schedule::
282282
$from = new \DateTimeImmutable('13:00', new \DateTimeZone('Europe/Paris'));
283283
RecurringMessage::every('1 day', new Message(), $from);
284284

285-
// create a message every day until a specific date::
285+
// create a message every day until a specific date
286286
$until = '2023-06-12';
287287
RecurringMessage::every('1 day', new Message(), null, $until);
288288

0 commit comments

Comments
 (0)