removed package and version tags

This commit is contained in:
Alexander Makarov
2011-12-09 18:13:36 +04:00
parent f8ea58826e
commit a33d152d77
11 changed files with 0 additions and 38 deletions

View File

@ -26,8 +26,6 @@ namespace yii\console;
* @property string $help The command description.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @version $Id: CHelpCommand.php 3426 2011-10-25 00:01:09Z alexander.makarow $
* @package system.console
* @since 2.0
*/
class HelpCommand extends Command