From a034fc2659555f0d85e40915645fc9a3ee5afaf3 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Sat, 7 Jun 2014 05:18:12 +0400 Subject: [PATCH] Additional `Application` property for `$formatter` --- framework/base/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/base/Application.php b/framework/base/Application.php index 95bd4cc206d..8074d79b3f7 100644 --- a/framework/base/Application.php +++ b/framework/base/Application.php @@ -21,7 +21,7 @@ * @property \yii\db\Connection $db The database connection. This property is read-only. * @property \yii\web\ErrorHandler|\yii\console\ErrorHandler $errorHandler The error handler application * component. This property is read-only. - * @property \yii\base\Formatter $formatter The formatter application component. This property is read-only. + * @property \yii\base\Formatter|\yii\i18n\Formatter $formatter The formatter application component. This property is read-only. * @property \yii\i18n\I18N $i18n The internationalization component. This property is read-only. * @property \yii\log\Dispatcher $log The log dispatcher component. This property is read-only. * @property \yii\mail\MailerInterface $mail The mailer interface. This property is read-only.