This function declaration line is killing PHP lint code checking:
function {{ THEME }}_form_system_theme_settings_alter(&$form, $form_state) { }

Better to change it to something with legal characters in it IE:
OMEGA_SUBTHEME_NAME_form_system_theme_settings_alter()

Or rename the file extension so that its not picked up by php lint/phpcs.

Comments

fubhy’s picture

Category: bug » task

Right... Well I am aware of that but originally thought that noone cares about that :P. (Especially since I believed that ppl don't use phplint and instead let their IDE's do that). But I understand that it's annoying when you use it... Want to provide a patch that fixes this?

This is not a bug though.