1
0
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:
Jordi Boggiano
2014-08-01 00:12:22 +02:00

View File

@@ -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;