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
Comment #1
profix898 commentedFixes for all coding style issues (outlined by coder) committed to -dev branch. Thanks.
Comment #2
(not verified) commented