mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 10:20:14 +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
|
||||
{
|
||||
/**
|
||||
* The email address to which the message is delivered
|
||||
* @var string
|
||||
* The email addresses to which the message will be sent
|
||||
* @var array
|
||||
*/
|
||||
protected $to;
|
||||
|
||||
|
Reference in New Issue
Block a user