Przeglądaj źródła

Merge pull request #401 from holtkamp/patch-1

Updated PHPDoc, $to property is an array
Jordi Boggiano 11 lat temu
rodzic
commit
12545cda2f
1 zmienionych plików z 2 dodań i 2 usunięć
  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;