fixed basic app code style

This commit is contained in:
Alexander Makarov 2013-07-21 18:35:15 +04:00
parent 4f2e9c0502
commit 636a85a6f5
3 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@
*/ */
namespace app\commands; namespace app\commands;
use yii\console\Controller; use yii\console\Controller;
/** /**

View File

@ -1,5 +1,6 @@
<?php <?php
use yii\helpers\Html; use yii\helpers\Html;
/** /**
* @var yii\base\View $this * @var yii\base\View $this
*/ */