Test Failed
Push — master ( 6d7056...8c6c21 )
by Loban
02:53
created
src/LogInfoBehavior.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
             return call_user_func($this->template);
86 86
         }
87 87
 
88
-        $callback = function ($matches) {
88
+        $callback = function($matches) {
89 89
             return ArrayHelper::getValue($this->owner, $matches[1]);
90 90
         };
91 91
 
Please login to merge, or discard this patch.
src/modules/views/default/_item.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
         'entityId' => null,
19 19
         'page' => null
20 20
     ])) ?>
21
-    <?php if($model->entity_id): ?>
21
+    <?php if ($model->entity_id): ?>
22 22
         <?= ':' . Html::a(Html::encode($model->entity_id), Url::current([
23 23
             'entityName' => $model->entity_name,
24 24
             'entityId' => $model->entity_id,
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     <?php foreach ($model->getData() as $attribute => $values): ?>
47 47
         <?php if (is_string($values)): ?>
48 48
             <li>
49
-                <?php if(is_string($attribute)): ?>
49
+                <?php if (is_string($attribute)): ?>
50 50
                     <strong><?= Html::encode($attribute) ?></strong>
51 51
                 <?php endif; ?>
52 52
                 <?= Html::encode(Yii::t('lav45/logger', $values)) ?>
Please login to merge, or discard this patch.