@@ -146,7 +146,7 @@ |
||
| 146 | 146 | 'actions' => [ |
| 147 | 147 | 'class' => ActionColumn::className(), |
| 148 | 148 | 'buttons' => [ |
| 149 | - 'view' => function () {}, |
|
| 149 | + 'view' => function() {}, |
|
| 150 | 150 | ], |
| 151 | 151 | ], |
| 152 | 152 | ]; |
@@ -149,7 +149,7 @@ discard block |
||
| 149 | 149 | $editFormLabel = $this->getEditFormLabel($this->model); |
| 150 | 150 | } |
| 151 | 151 | |
| 152 | - $editFormLabel = strtr($this->labelTemplate, [ |
|
| 152 | + $editFormLabel = strtr($this->labelTemplate, [ |
|
| 153 | 153 | '{label}' => $editFormLabel, |
| 154 | 154 | '{closeButton}' => $this->closeButton, |
| 155 | 155 | ]); |
@@ -158,7 +158,7 @@ discard block |
||
| 158 | 158 | } |
| 159 | 159 | |
| 160 | 160 | protected function getCreateFormLabel() { |
| 161 | - $m = $this->createFormLabel; |
|
| 161 | + $m = $this->createFormLabel; |
|
| 162 | 162 | |
| 163 | 163 | $t = $this->translate($m); |
| 164 | 164 | |
@@ -265,7 +265,7 @@ |
||
| 265 | 265 | 'displayOnly' => false, |
| 266 | 266 | 'type' => DetailView::INPUT_WIDGET, |
| 267 | 267 | 'attribute' => 'id', |
| 268 | - 'value' => function () use ($modelsNames) { |
|
| 268 | + 'value' => function() use ($modelsNames) { |
|
| 269 | 269 | return implode(', ', $modelsNames); |
| 270 | 270 | }, |
| 271 | 271 | 'widgetOptions' => [ |
@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | 'gridOptions' => [ |
| 84 | 84 | 'responsive' => false, |
| 85 | 85 | 'responsiveWrap' => false, |
| 86 | - 'rowOptions' => function ($row) { |
|
| 86 | + 'rowOptions' => function($row) { |
|
| 87 | 87 | if (method_exists($row, 'getRowOptions')) { |
| 88 | 88 | return $row->getRowOptions(); |
| 89 | 89 | } |
@@ -304,7 +304,7 @@ discard block |
||
| 304 | 304 | // '{create}' => ['class' => 'col-xs-8 text-right'], |
| 305 | 305 | ], |
| 306 | 306 | 'bulkActionsItems' => [ |
| 307 | - 'General' => ['mass-update' => 'Mass edit',], |
|
| 307 | + 'General' => ['mass-update' => 'Mass edit', ], |
|
| 308 | 308 | ], |
| 309 | 309 | 'bulkActionsOptions' => [ |
| 310 | 310 | 'options' => [ |