8000 minor #51243 [Scheduler] Add some docs to explain the behavior (fabpot) · symfony/symfony@fa3d5d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit fa3d5d4

Browse files
committed
minor #51243 [Scheduler] Add some docs to explain the behavior (fabpot)
This PR was merged into the 6.4 branch. Discussion ---------- [Scheduler] Add some docs to explain the behavior | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 5aa5764 [Scheduler] Add some docs to explain the behavior
2 parents 623e921 + 5aa5764 commit fa3d5d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Scheduler/Trigger/TriggerInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
*/
1717
interface TriggerInterface extends \Stringable
1818
{
19+
/**
20+
* Returns the next run date; if null is returned, this method won't be called again.
21+
*/
1922
public function getNextRunDate(\DateTimeImmutable $run): ?\DateTimeImmutable;
2023
}

0 commit comments

Comments
 (0)
0