8000 [Scheduler] Fix indention and single quotes for `A Dynamic Vision for… · symfony/symfony-docs@5b4c2cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b4c2cd

Browse files
smoenchjaviereguiluz
authored andcommitted
[Scheduler] Fix indention and single quotes for A Dynamic Vision for the Messages Generated section example
1 parent ec31652 commit 5b4c2cd

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
@@ -412,9 +412,10 @@ checks for messages to be generated::
412412
new ExcludeHolidaysTrigger(
413413
CronExpressionTrigger::fromSpec('@daily'),
414414
),
415-
// instead of being static as in the previous example
416-
new CallbackMessageProvider([$this, 'generateReports'], 'foo')),
417-
RecurringMessage::cron(‘3 8 * * 1’, new CleanUpOldSalesReport())
415+
// instead of being static as in the previous example
416+
new CallbackMessageProvider([$this, 'generateReports'], 'foo')
417+
),
418+
RecurringMessage::cron('3 8 * * 1', new CleanUpOldSalesReport())
418419
);
419420
}
420421

0 commit comments

Comments
 (0)
0