From 8d5d9c9782ba28e6b47c65270eed6a238c781abd Mon Sep 17 00:00:00 2001 From: Klimov Paul Date: Wed, 25 Mar 2015 14:25:47 +0200 Subject: [PATCH] Typo fix --- Logger.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Logger.php b/Logger.php index 9d58f68..d0c0e05 100644 --- a/Logger.php +++ b/Logger.php @@ -10,7 +10,7 @@ namespace yii\swiftmailer; use Yii; /** - * Logger is as SwiftMailer plugin, which allows passing of the SwiftMailer internal logs to the + * Logger is a SwiftMailer plugin, which allows passing of the SwiftMailer internal logs to the * Yii logging mechanism. Each native SwiftMailer log message will be converted into Yii 'info' log entry. * * In order to catch logs written by this class, you need to setup a log route for 'yii\swiftmailer\Logger::add' category. @@ -45,7 +45,7 @@ class Logger implements \Swift_Plugins_Logger */ public function clear() { - // empty method stub + // do nothing } /**