We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da8ad0 commit 89a3d00Copy full SHA for 89a3d00
CHANGELOG.md
@@ -19,6 +19,7 @@ CHANGELOG
19
`Symfony\Component\Mailer\Transport\TransportFactoryInterface` and tagging with `mailer.transport_factory` tag in DI.
20
* Added `Symfony\Component\Mailer\Test\TransportFactoryTestCase` to ease testing custom transport factories.
21
* Added `SentMessage::getDebug()` and `TransportExceptionInterface::getDebug` to help debugging
22
+ * Made `MessageEvent` final
23
24
4.3.0
25
-----
Event/MessageEvent.php
@@ -20,7 +20,7 @@
*
* @author Fabien Potencier <fabien@symfony.com>
*/
-class MessageEvent extends Event
+final class MessageEvent extends Event
{
private $message;
26
private $envelope;
0 commit comments