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 Sep 1, 2024
1 parent 2f4fb3a commit 8d986af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Decorations/Tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static function (Fields $tabs): void {
)
);
}
)->filter(fn(Tab $tab) => $tab->isSee($tab));
)->filter(fn(Tab $tab): bool => $tab->isSee($tab));
}

public function getFields(): Fields
Expand Down

0 comments on commit 8d986af

Please sign in to comment.