I'm writing a module that creates CCK node types once installed. I used the Export tool to generate the PHP I needed. But when I ran my module through Coder, the code review marked some coding standard violations with the exported code.
It found the following:
"false" instead of "FALSE"
"true" instead of "TRUE"
"array (" instead of "array("
Anyways, I know it's minor but it would be nice if the exported generated Drupal coding spec code.
Thanks!
Comments
Comment #1
Chris CharltonThis is a duplicate of issue: http://drupal.org/node/555008