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:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user