I clicked the wrong module by mistake, but I thought you might like to see what Coder has to say:

reptag.install

*
severity: normalLine 178: string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms

$modules[$module]['enabled'] = variable_get('reptag_module_'.$module, 0);

*
severity: normalLine 179: string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms

$modules[$module]['roles'] = unserialize(variable_get('reptag_module_'.$module.'_roles', serialize(array())));

*
severity: normalLine 206: the final ?> should be omitted from all code files

The last message is repeated for all of the code files.

Comments

profix898’s picture

Status: Active » Fixed

Fixes for all coding style issues (outlined by coder) committed to -dev branch. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)