_coder_review_comment_install_file_warning

Versions
mediamosa-21
_coder_review_comment_install_file_warning()

Code

sites/all/modules/coder/coder_review/includes/coder_review_comment.inc, line 175

<?php
function _coder_review_comment_install_file_warning() {
  return array(
    '#warning' => t('For .install files, the @file description should be of the format "Install, update and uninstall functions for the XXX module.".'),
    '#link' => 'http://drupal.org/coding-standards',
  );
}
?>