Skip to content

Commit

Permalink
Merge pull request #2691 from z-song/analysis-8ndpvO
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
z-song authored Oct 25, 2018
2 parents 8aafa1f + 6640225 commit d495085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Grid/Tools/BatchActions.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function disableDelete()
}

/**
* Disable delete And Hode SelectAll Checkbox
* Disable delete And Hode SelectAll Checkbox.
*
* @return $this
*/
Expand Down Expand Up @@ -149,8 +149,8 @@ public function render()
$this->setUpScripts();

$data = [
'actions' => $this->actions,
'selectAllName' => $this->grid->getSelectAllName(),
'actions' => $this->actions,
'selectAllName' => $this->grid->getSelectAllName(),
'isHoldSelectAllCheckbox' => $this->isHoldSelectAllCheckbox,
];

Expand Down

0 comments on commit d495085

Please sign in to comment.