From 636a85a6f5034a030c5f5365be576511c3879123 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sun, 21 Jul 2013 18:35:15 +0400 Subject: [PATCH] fixed basic app code style --- commands/HelloController.php | 1 + config/params.php | 2 +- views/site/about.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/HelloController.php b/commands/HelloController.php index 221fa1a..29394cd 100644 --- a/commands/HelloController.php +++ b/commands/HelloController.php @@ -6,6 +6,7 @@ */ namespace app\commands; + use yii\console\Controller; /** diff --git a/config/params.php b/config/params.php index 1e197d0..398a1ce 100644 --- a/config/params.php +++ b/config/params.php @@ -2,4 +2,4 @@ return array( 'adminEmail' => 'admin@example.com', -); \ No newline at end of file +); diff --git a/views/site/about.php b/views/site/about.php index 86e19e1..5766d55 100644 --- a/views/site/about.php +++ b/views/site/about.php @@ -1,5 +1,6 @@