mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 01:27:20 +08:00
removed package and version tags
This commit is contained in:
@ -16,8 +16,6 @@ namespace yii\console;
|
||||
* @property string $scriptName The entry script name.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @version $Id: CConsoleCommandRunner.php 3426 2011-10-25 00:01:09Z alexander.makarow $
|
||||
* @package system.console
|
||||
* @since 2.0
|
||||
*/
|
||||
class CommandRunner extends \yii\base\Component
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user