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
Comment #1
klausiCoder 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.
Comment #2
liam morlandSomewhere along the way, it got fixed. Thanks.