Skip to content

Commit

Permalink
@SuppressWarnings(PHPMD.StaticAccess)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Fernandes committed Oct 1, 2024
1 parent a220760 commit 7e50584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/themes/contrib/civictheme/includes/form_element.inc
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ function _civictheme_preprocess_form_element__generic(array &$variables): void {
*
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
* @SuppressWarnings(PHPMD.NPathComplexity)
* @SuppressWarnings(PHPMD.StaticAccess)
*/
function _civictheme_preprocess_form_element__control(array &$variables): void {
$element = $variables['element'];
Expand Down

0 comments on commit 7e50584

Please sign in to comment.