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 c7b59d8 commit 6be1544
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 6be1544

Please sign in to comment.