1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 12:17:35 +02:00

Updated PHPDoc, $to property is an array

This commit is contained in:
Menno Holtkamp
2014-07-30 23:24:09 +02:00
parent 997222d25e
commit b816cef167

View File

@@ -22,8 +22,8 @@ use Monolog\Logger;
class NativeMailerHandler extends MailHandler class NativeMailerHandler extends MailHandler
{ {
/** /**
* The email address to which the message is delivered * The email addresses to which the message will be sent
* @var string * @var array
*/ */
protected $to; protected $to;