Jordi Boggiano %!s(int64=11) %!d(string=hai) anos
pai
achega
50b6a4d216

+ 1 - 1
src/Monolog/Handler/MailHandler.php

@@ -40,7 +40,7 @@ abstract class MailHandler extends AbstractProcessingHandler
     /**
      * Send a mail with the given content
      *
-     * @param string $content
+     * @param string $content formatted email body to be sent
      * @param array  $records the array of log records that formed this content
      */
     abstract protected function send($content, array $records);

+ 1 - 1
src/Monolog/Handler/SwiftMailerHandler.php

@@ -48,7 +48,7 @@ class SwiftMailerHandler extends MailHandler
     /**
      * Creates instance of Swift_Message to be sent
      *
-     * @param string $content
+     * @param string $content formatted email body to be sent
      * @param array  $records Log records that formed the content
      * @return \Swift_Message
      */