Explorar el Código

Merge pull request #401 from holtkamp/patch-1

Updated PHPDoc, $to property is an array
Jordi Boggiano hace 11 años
padre
commit
12545cda2f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/Monolog/Handler/NativeMailerHandler.php

+ 2 - 2
src/Monolog/Handler/NativeMailerHandler.php

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