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;
use yii\console\Controller;
/**

View File

@ -2,4 +2,4 @@
return array(
'adminEmail' => 'admin@example.com',
);
);

View File

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