Ver código fonte

fixed basic app code style

Alexander Makarov 12 anos atrás
pai
commit
636a85a6f5
3 arquivos alterados com 3 adições e 1 exclusões
  1. 1 0
      commands/HelloController.php
  2. 1 1
      config/params.php
  3. 1 0
      views/site/about.php

+ 1 - 0
commands/HelloController.php

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

+ 1 - 1
config/params.php

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

+ 1 - 0
views/site/about.php

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