Test Setup Failed
Push — master ( c353f4...14921c )
by eXeCUT
12:13
created
widgets/DynaGrid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
             'class' => GridView::class,
43 43
             'responsive' => false,
44 44
             'responsiveWrap' => false,
45
-            'rowOptions' => function ($row) {
45
+            'rowOptions' => function($row) {
46 46
                 if (method_exists($row, 'getRowOptions')) {
47 47
                     return $row->getRowOptions();
48 48
                 }
Please login to merge, or discard this patch.
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.