Update phpDoc MailerInterface::compose()

This commit is contained in:
Evgeniy Tkachenko
2016-02-20 16:58:13 +03:00
parent d7f6f11193
commit 8f26e93b20

View File

@@ -31,7 +31,7 @@ interface MailerInterface
/** /**
* Creates a new message instance and optionally composes its body content via view rendering. * Creates a new message instance and optionally composes its body content via view rendering.
* *
* @param string|array $view the view to be used for rendering the message body. This can be: * @param string|array|null $view the view to be used for rendering the message body. This can be:
* *
* - a string, which represents the view name or path alias for rendering the HTML body of the email. * - a string, which represents the view name or path alias for rendering the HTML body of the email.
* In this case, the text body will be generated by applying `strip_tags()` to the HTML body. * In this case, the text body will be generated by applying `strip_tags()` to the HTML body.