Commit e2813d5c by Alexander Makarov

fixed basic app code style

parent ef2d0990
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
*/ */
namespace app\commands; namespace app\commands;
use yii\console\Controller; use yii\console\Controller;
/** /**
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
return array( return array(
'adminEmail' => 'admin@example.com', 'adminEmail' => 'admin@example.com',
); );
\ No newline at end of file
<?php <?php
use yii\helpers\Html; use yii\helpers\Html;
/** /**
* @var yii\base\View $this * @var yii\base\View $this
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment