Completed
Push — master ( 4b6420...d724c7 )
by Igor
07:30 queued 25s
created
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.
requirements.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Application requirement checker script.
4
- *
5
- * In order to run this script use the following console command:
6
- * php requirements.php
7
- *
8
- * In order to run this script from the web, you should copy it to the web root.
9
- * If you are using Linux you can create a hard link instead, using the following command:
10
- * ln requirements.php ../requirements.php
11
- */
3
+     * Application requirement checker script.
4
+     *
5
+     * In order to run this script use the following console command:
6
+     * php requirements.php
7
+     *
8
+     * In order to run this script from the web, you should copy it to the web root.
9
+     * If you are using Linux you can create a hard link instead, using the following command:
10
+     * ln requirements.php ../requirements.php
11
+     */
12 12
 
13 13
 // you may need to adjust this path to the correct Yii framework path
14 14
 $frameworkPath = dirname(__FILE__) . '/vendor/yiisoft/yii2';
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.