Skip to content

Commit

Permalink
chore: return type
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Sep 16, 2024
1 parent 83c14d3 commit eac4fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/MultipleVotesPollHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public static function pusher(Container $container, SettingsRepositoryInterface
}
}

protected function isChangingVotes(array $optionIds, array $myVotes)
protected function isChangingVotes(array $optionIds, array $myVotes): bool
{
// Cast the values to integers
foreach ($optionIds as $optionId => $value) {
Expand Down

0 comments on commit eac4fa2

Please sign in to comment.