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 Jun 24, 2024
1 parent 47bc23e commit c98617c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Buttons/FiltersButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static function for(ModelResource $resource): ActionButton
])
->when(
$resource->isAsync() || $count,
fn (ActionButton $action) => $action->badge($count)
fn (ActionButton $action): ActionButton => $action->badge($count)
);
}

Expand Down

0 comments on commit c98617c

Please sign in to comment.