Skip to content

Commit

Permalink
PXBF-2039-phpstan-fixes: fix greater always true
Browse files Browse the repository at this point in the history
  • Loading branch information
gchi25 committed Jan 9, 2025
1 parent 988f094 commit 94d6a91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function usagov_benefit_finder_content_form_alter(&$form, &$form_state, $form_id
$form['field_b_eligibility']['widget'][$i]['subform']['field_b_criteria_key']['widget']['#options'];
}
$i++;
} while ($i > 0);
} while (TRUE);
}
}

Expand Down

0 comments on commit 94d6a91

Please sign in to comment.