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

Skip to content

Commit 3bdc2ec

Browse files
committed
minor #19425 [Scheduler] Emphasize __toString() (alexandre-daubois)
This PR was merged into the 6.3 branch. Discussion ---------- [Scheduler] Emphasize `__toString()` Fix #18250 The information is already present but we can emphasize the need to implement this option. What do you think? Commits ------- fa15a7a [Scheduler] Emphasize `__toString()`
2 parents 3df68a7 + fa15a7a commit 3bdc2ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scheduler.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ For example, if you want to send customer reports daily except for holiday perio
189189

190190
public function __toString(): string
191191
{
192+
// give a nice displayable name to your trigger
193+
// to ease debugging
192194
return $this->inner.' (except holidays)';
193195
}
194196

0 commit comments

Comments
 (0)