Completed
Push — master ( cc71a2...fb9589 )
by Tõnis
03:19
created
src/views/site/_validation-list.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -74,14 +74,14 @@
 block discarded – undo
74 74
 }
75 75
 
76 76
 if($model->checkSpoof){
77
-   $columns[] =[
78
-       'attribute'=> 'isValidSpoofCheck',
79
-       'format'=>'boolean',
80
-       'contentOptions' => function ($model) {
81
-           /** @var EmailAddress $model */
82
-           return ['class' => (!$model->isValidSpoofCheck ? 'danger text-danger': 'text-success')];
83
-       },
84
-   ];
77
+    $columns[] =[
78
+        'attribute'=> 'isValidSpoofCheck',
79
+        'format'=>'boolean',
80
+        'contentOptions' => function ($model) {
81
+            /** @var EmailAddress $model */
82
+            return ['class' => (!$model->isValidSpoofCheck ? 'danger text-danger': 'text-success')];
83
+        },
84
+    ];
85 85
 }
86 86
 
87 87
 ?>
Please login to merge, or discard this patch.
tests/_support/UnitTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\UnitTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.