I am getting this error:

severity: minorreview: style_lowercase_htmlLine 178: use lowercase html tags to comply with XHTML [style_lowercase_html]

'#options' => array('<' => t('Less than'), '>' => t('More than')),

I suppose it is picking up on the greater-than sign and the upper-case L, but the text is not HTML, so this error should not appear.

Comments

klausi’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Coder 7.x is frozen now and will not receive updates. Coder 8.x-2.x can be used to check code for any Drupal version, Coder 8.x-2.x also supports the phpcbf command to automatically fix conding standard errors. Please check if this issue is still relevant and reopen against that version if necessary.

liam morland’s picture

Version: 7.x-2.x-dev » 8.x-2.x-dev
Status: Closed (won't fix) » Fixed

Somewhere along the way, it got fixed. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.