Passed
Branch feature/scrutinizer (2b33b8)
by Svyatoslav
03:26
created
backend/views/mailer-aliases/index.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
                 'class' => EnumColumn::class,
36 36
                 'attribute' => 'domain_id',
37 37
                 'value' => function (MailerAlias $model) {
38
-                     return Html::a($model->domain->name, ['/mailer-domains/view', 'id' => $model->domain_id]);
38
+                        return Html::a($model->domain->name, ['/mailer-domains/view', 'id' => $model->domain_id]);
39 39
                 },
40 40
                 'enum' => $domainsList,
41 41
                 'filter' => $domainsList,
Please login to merge, or discard this patch.
console/config/main.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
         'fixture' => [
21 21
             'class' => 'yii\console\controllers\FixtureController',
22 22
             'namespace' => 'common\fixtures',
23
-          ],
23
+            ],
24 24
     ],
25 25
     'components' => [
26 26
         'db' => [
Please login to merge, or discard this patch.