Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Jan 29, 2025
1 parent cccb549 commit 2e54c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/src/Components/Table/TableBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ private function resolveRows(): TableRowsContract
ActionGroup::make($buttons->toArray())
->when(
$this->isStickyButtons(),
fn(ActionGroup $actionGroup) => $actionGroup->customAttributes(['strategy' => 'absolute'])
fn(ActionGroup $actionGroup): ActionGroup => $actionGroup->customAttributes(['strategy' => 'absolute'])
),
])->justifyAlign('end'),
index: $fields->count() + ($hasBulk ? 1 : 0),
Expand Down

0 comments on commit 2e54c96

Please sign in to comment.