Completed
Branch master (330b30)
by Antonio
11:30
created
src/behaviors/GroupGridViewBehavior.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -260,6 +260,7 @@
 block discarded – undo
260 260
 
261 261
     /**
262 262
      * @inheritdoc
263
+     * @param integer $index
263 264
      */
264 265
     public function renderTableRow($model, $key, $index)
265 266
     {
Please login to merge, or discard this patch.
src/columns/ToggleColumn.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 
10 10
 namespace dosamigos\grid\columns;
11 11
 
12
-use dosamigos\grid\bundles\ToggleColumnAsset;
13 12
 use Yii;
13
+use dosamigos\grid\bundles\ToggleColumnAsset;
14 14
 use yii\base\InvalidConfigException;
15 15
 use yii\base\Model;
16 16
 use yii\helpers\Html;
Please login to merge, or discard this patch.