User: snpower Branch: DRUPAL-5--2 Date: Mon, 14 Jul 2008 13:36:00 +0000 Modified files: /modules/coder coder.module /modules/coder/includes coder_6x.inc coder_comment.inc coder_style.inc /modules/coder/tests coder_style.inc Log message: The Drupal coding standards (http://drupal.org/coding-standards) says that all pre-defined PHP constants (e.g. null, true, false) should be in uppercase. I've added a check for this to coder_style.inc and fixed instances of it in the coder code. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/coder/coder.module... http://cvs.drupal.org/diff.php?path=contributions/modules/coder/includes/cod... http://cvs.drupal.org/diff.php?path=contributions/modules/coder/includes/cod... http://cvs.drupal.org/diff.php?path=contributions/modules/coder/includes/cod... http://cvs.drupal.org/diff.php?path=contributions/modules/coder/tests/coder_...