Completed
Push — master ( fb40fb...822529 )
by Igor
02:46
created
modules/admin/controllers/UserController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use yii\web\NotFoundHttpException;
10 10
 use yii\filters\VerbFilter;
11 11
 use yii2mod\editable\EditableAction;
12
-use yii2mod\user\models\SignupForm;
13 12
 
14 13
 /**
15 14
  * UserController implements the CRUD actions for UserModel model.
Please login to merge, or discard this patch.
views/layouts/main.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,4 @@
 block discarded – undo
1 1
 <?php
2
-use app\widgets\Alert;
3 2
 use kartik\alert\AlertBlock;
4 3
 use yii\helpers\Html;
5 4
 use yii\bootstrap\Nav;
Please login to merge, or discard this patch.
assets/AppAsset.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link      http://www.yiiframework.com/
4
- * @copyright Copyright (c) 2008 Yii Software LLC
5
- * @license   http://www.yiiframework.com/license/
6
- */
3
+     * @link      http://www.yiiframework.com/
4
+     * @copyright Copyright (c) 2008 Yii Software LLC
5
+     * @license   http://www.yiiframework.com/license/
6
+     */
7 7
 
8 8
 namespace app\assets;
9 9
 
Please login to merge, or discard this patch.
config/common.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -36,9 +36,9 @@
 block discarded – undo
36 36
         'mail' => [
37 37
             'class' => 'yii\swiftmailer\Mailer',
38 38
             'transport' => [
39
-              'class' => 'Swift_SmtpTransport',
40
-              'host' => 'host-here',
41
-          ],
39
+                'class' => 'Swift_SmtpTransport',
40
+                'host' => 'host-here',
41
+            ],
42 42
         ],
43 43
         'i18n' => [
44 44
             'translations' => [
Please login to merge, or discard this patch.
migrations/m130524_201442_init.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
             'data' => 'LONGBLOB'
98 98
         ]);
99 99
 
100
-      $this->createTable('{{%AuthRule}}', [
100
+        $this->createTable('{{%AuthRule}}', [
101 101
             'name' => Schema::TYPE_STRING . '(64) NOT NULL',
102 102
             'data' => Schema::TYPE_TEXT,
103 103
             'created_at' => Schema::TYPE_INTEGER,
Please login to merge, or discard this patch.
models/UserModelSearch.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * User Model Search
4
- * @author Igor Chepurnoy
5
- */
3
+     * User Model Search
4
+     * @author Igor Chepurnoy
5
+     */
6 6
 
7 7
 namespace app\models;
8 8
 
Please login to merge, or discard this patch.
widgets/Alert.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link http://www.yiiframework.com/
4
- * @copyright Copyright (c) 2008 Yii Software LLC
5
- * @license http://www.yiiframework.com/license/
6
- */
3
+                 * @link http://www.yiiframework.com/
4
+                 * @copyright Copyright (c) 2008 Yii Software LLC
5
+                 * @license http://www.yiiframework.com/license/
6
+                 */
7 7
 
8 8
 namespace app\widgets;
9 9
 
Please login to merge, or discard this patch.
assets/AdminAsset.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link      http://www.yiiframework.com/
4
- * @copyright Copyright (c) 2008 Yii Software LLC
5
- * @license   http://www.yiiframework.com/license/
6
- */
3
+     * @link      http://www.yiiframework.com/
4
+     * @copyright Copyright (c) 2008 Yii Software LLC
5
+     * @license   http://www.yiiframework.com/license/
6
+     */
7 7
 
8 8
 namespace app\assets;
9 9
 
Please login to merge, or discard this patch.