1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-01 10:50:21 +02:00

Merge pull request #401 from holtkamp/patch-1

Updated PHPDoc, $to property is an array
This commit is contained in:
Jordi Boggiano
2014-08-01 00:12:22 +02:00

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;