Skip to content

Commit

Permalink
fix coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
nidjo17 committed Jan 27, 2023
1 parent 1a2fa59 commit f4a98fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/DataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ class DataGrid extends Control

protected bool $showSelectedRowsCount = true;

protected ?string $groupActionsConfirmDialog;

private ?string $customPaginatorTemplate = null;

private ?string $componentFullName = null;
Expand Down Expand Up @@ -2856,7 +2854,6 @@ public function setCustomPaginatorTemplate(string $templateFile): void
$this->customPaginatorTemplate = $templateFile;
}


protected function createSorting(array $sort, ?callable $sortCallback = null): Sorting
{
foreach ($sort as $key => $order) {
Expand Down
1 change: 0 additions & 1 deletion src/GroupAction/GroupActionCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class GroupActionCollection

protected ?string $groupActionsConfirmDialog = null;


public function __construct(protected DataGrid $datagrid)
{
}
Expand Down

0 comments on commit f4a98fe

Please sign in to comment.