Skip to content

Commit 96c248c

Browse files
authored
[Scheduler] Fix indention and single quotes for A Dynamic Vision for the Messages Generated section example
1 parent 708b256 commit 96c248c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scheduler.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,10 @@ checks for messages to be generated::
394394
new ExcludeHolidaysTrigger(
395395
CronExpressionTrigger::fromSpec('@daily'),
396396
),
397-
// instead of being static as in the previous example
398-
new CallbackMessageProvider([$this, 'generateReports'], 'foo')),
399-
RecurringMessage::cron(‘3 8 * * 1’, new CleanUpOldSalesReport())
397+
// instead of being static as in the previous example
398+
new CallbackMessageProvider([$this, 'generateReports'], 'foo')
399+
),
400+
RecurringMessage::cron('3 8 * * 1', new CleanUpOldSalesReport())
400401
);
401402
}
402403

0 commit comments

Comments
 (0)