Skip to content

Commit

Permalink
Add argument type
Browse files Browse the repository at this point in the history
Co-authored-by: Casey Peel <[email protected]>
  • Loading branch information
jchaffraix and cpeel authored Dec 22, 2024
1 parent 9b250f5 commit bc1c044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinc/ProjectSearchResults.inc
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class StateColumn extends Column
}
}

private function _echo_project_state_option(string $project_state, bool $selected, bool $disabled = false, $reason = ''): void
private function _echo_project_state_option(string $project_state, bool $selected, bool $disabled = false, string $reason = ''): void
{
echo "<option value='" . attr_safe($project_state) . "'";
if ($selected) {
Expand Down

0 comments on commit bc1c044

Please sign in to comment.