Skip to content

Commit

Permalink
Merge pull request #3733 from creocoder/additional-application-proper…
Browse files Browse the repository at this point in the history
…ty-for-formatter

Additional `Application` property for `$formatter`
  • Loading branch information
klimov-paul committed Jun 7, 2014
2 parents 22777c8 + a034fc2 commit c049446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/base/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c049446

Please sign in to comment.