Passed
Push — master ( eb4b1c...eb14df )
by Paweł
03:02
created
modules/admin/views/monitoring/tags.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 
46 46
                     [
47 47
                         'attribute' => 'name',
48
-                        'content' => function (\app\models\Tag $model) {
48
+                        'content' => function(\app\models\Tag $model) {
49 49
                             $html = [];
50 50
                             $html[] = Html::a($model->namePrefixed, ['tag/stats', 'id' => $model->id]);
51 51
                             $html[] = Html::a('<span class="fa fa-external-link text-sm"></span>', Url::tag($model->name), ['target' => '_blank']);
Please login to merge, or discard this patch.