Commit 20cefc8
committed
feature symfony#51245 [Scheduler] Only use toString if defined for message (fabpot)
This PR was merged into the 6.4 branch.
Discussion
----------
[Scheduler] Only use toString if defined for message
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | yes <!-- 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
If the message is stringable, let's only use that instead of having the class name and the message as string (more flexible).
For the trigger, it's always stringable anyway.
Commits
-------
9d2ca60 [Scheduler] Only use toString if defined for message1 file changed
+3
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | 116 | | |
128 | | - | |
129 | | - | |
130 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
131 | 120 | | |
132 | 121 | | |
133 | 122 | | |
0 commit comments