@@ -74,14 +74,14 @@ |
||
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 | ?> |
@@ -20,7 +20,7 @@ |
||
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 | } |