Test Setup Failed
Push — master ( 59c930...9578a4 )
by eXeCUT
14:11
created
widgets/GridView.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function init()
32 32
     {
33 33
         $this->toolbar = $this->getToolbarConfig();
34
-        $this->rowOptions = function ($row) {
34
+        $this->rowOptions = function($row) {
35 35
             return [
36 36
                 'class' => 'link-row',
37 37
                 'data-id' => $row->primaryKey,
Please login to merge, or discard this patch.
widgets/DetailView.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,10 +11,10 @@
 block discarded – undo
11 11
 
12 12
 use execut\loadingOverlay\LoadingOverlay;
13 13
 use execut\yii\jui\WidgetTrait;
14
+use kartik\alert\Alert;
14 15
 use yii\helpers\ArrayHelper;
15 16
 use yii\helpers\Html;
16 17
 use yii\helpers\Url;
17
-use kartik\alert\Alert;
18 18
 
19 19
 class DetailView extends \kartik\detail\DetailView
20 20
 {
Please login to merge, or discard this patch.