Skip to content

Commit c63c3f9

Browse files
committed
[Mailer] Renamed getName() to toString()
1 parent cef14f7 commit c63c3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/MailerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(EventDispatcherInterface $eventDispatcher, LoggerInt
4343
$this->onDoSend = $onDoSend;
4444
}
4545

46-
public function getName(): string
46+
public function __toString(): string
4747
{
4848
return 'dummy://local';
4949
}

0 commit comments

Comments
 (0)