From 3e94fb479f1bb8cfe8669064e0a1489e3a508d88 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 27 Sep 2013 20:51:08 +0400 Subject: [PATCH] Fixed phpdoc --- framework/yii/helpers/Console.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/framework/yii/helpers/Console.php b/framework/yii/helpers/Console.php index eeadcbc..c0b7b32 100644 --- a/framework/yii/helpers/Console.php +++ b/framework/yii/helpers/Console.php @@ -8,11 +8,8 @@ namespace yii\helpers; /** - * TODO adjust phpdoc - * Console View is the base class for console view components - * - * A console view provides functionality to create rich console application by allowing to format output - * by adding color and font style to it. + * Console helper provides useful methods for command line related tasks such as getting input or formatting and coloring + * output. * * @author Carsten Brandt * @since 2.0