Closed
Description
Description
https://github.com/symfony/fake-sms-notifier/blob/6.2/FakeSmsTransportFactory.php#L30
If I want to use only fakesms+logger
dsn why I should install mailer or implement fake class for it?
My suggestions:
- BC: replace
MailerInterface
withLoggerInterface
and make$mailer
null
by default and?
sign - Non-BC: Add a
?
sign beforeMailerInterface
Example
No response