From e99d6b1bce1e8676ee3b4b0e267d029ce24064f5 Mon Sep 17 00:00:00 2001 From: Adam Nicholson Date: Mon, 29 Sep 2014 21:02:43 +0100 Subject: [PATCH] Fixed a docblock typo in Mandrill handler --- src/Monolog/Handler/MandrillHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Monolog/Handler/MandrillHandler.php b/src/Monolog/Handler/MandrillHandler.php index cb20b2f5..0406e022 100644 --- a/src/Monolog/Handler/MandrillHandler.php +++ b/src/Monolog/Handler/MandrillHandler.php @@ -24,7 +24,7 @@ class MandrillHandler extends MailHandler protected $message; /** - * @oaram string $apiKey A valid Mandrill API key + * @param string $apiKey A valid Mandrill API key * @param callable|\Swift_Message $message An example message for real messages, only the body will be replaced * @param integer $level The minimum logging level at which this handler will be triggered * @param Boolean $bubble Whether the messages that are handled can bubble up the stack or not