File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ CHANGELOG
1919 ` Symfony\Component\Mailer\Transport\TransportFactoryInterface ` and tagging with ` mailer.transport_factory ` tag in DI.
2020 * Added ` Symfony\Component\Mailer\Test\TransportFactoryTestCase ` to ease testing custom transport factories.
2121 * Added ` SentMessage::getDebug() ` and ` TransportExceptionInterface::getDebug ` to help debugging
22+ * Made ` MessageEvent ` final
2223
23244.3.0
2425-----
Original file line number Diff line number Diff line change 2020 *
2121 * @author Fabien Potencier <fabien@symfony.com>
2222 */
23- class MessageEvent extends Event
23+ final class MessageEvent extends Event
2424{
2525 private $ message ;
2626 private $ envelope ;
Original file line number Diff line number Diff line change 2020 *
2121 * @author Fabien Potencier <fabien@symfony.com>
2222 */
23- class MessageEvent extends Event
23+ final class MessageEvent extends Event
2424{
2525 private $ message ;
2626 private $ envelope ;
You can’t perform that action at this time.
0 commit comments