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 Jul 28, 2024
1 parent c7d5567 commit d9532c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/Handlers/ExportHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public function getButton(): ActionButtonContract

if ($this->isWithConfirm()) {
$button->withConfirm(
formBuilder: static fn(FormBuilder $form) => $form->customAttributes($attributes)
formBuilder: static fn(FormBuilder $form): FormBuilder => $form->customAttributes($attributes)
);
}

Expand Down

0 comments on commit d9532c2

Please sign in to comment.