Skip to content

Commit 9982509

Browse files
fritzmgOskarStark
andcommitted
Apply suggestions from code review
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 20039ae commit 9982509

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Component/Mailer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CHANGELOG
1010
---
1111

1212
* Enable the mailer to operate on any PSR-14-compatible event dispatcher
13-
* Added a `mailer:send` and `mailer:debug` command.
13+
* Add a `mailer:send` and `mailer:debug` command
1414

1515
5.3
1616
---

src/Symfony/Component/Mailer/Command/DebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Fritz Michael Gschwantner <fmg@inspiredminds.at>
2525
*/
26-
class DebugCommand extends Command
26+
final class DebugCommand extends Command
2727
{
2828
protected static $defaultName = 'mailer:debug';
2929

src/Symfony/Component/Mailer/Command/SendCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @author Fritz Michael Gschwantner <fmg@inspiredminds.at>
2626
*/
27-
class SendCommand extends Command
27+
final class SendCommand extends Command
2828
{
2929
protected static $defaultName = 'mailer:send';
3030

0 commit comments

Comments
 (0)