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 f2ee32d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/DataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -2856,7 +2856,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 f2ee32d

Please sign in to comment.