Showing 699 of 699 total issues

Case breaking statements must be followed by a single blank line
Open

      break;

Missing function doc comment
Open

function _eml_date_value($date, $granularity) {

Array closing indentation error, expected 10 spaces but found 12
Open

            )

Missing function doc comment
Open

function bdp_debug($message, array $variables = array()) {

Public method name "BdpDataSet::getBDP" is not in lowerCamel format
Open

  public function getBDP($reset = FALSE) {

Doc comment short description must end with a full stop
Open

   * Cleanup XML output using the Tidy library

The second line in the file doc comment must be "@file"
Open

 * This template does not have a surrounding XML element because it is re-used

Comments may not appear after statements
Open

      'field_datafile_variable_ref', // Handled in prepare()

If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
Open

  protected $dependencies = array('DeimsContentDataFile', 'DeimsContentPerson', 'DeimsContentResearchSite');

Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
Open

    //$this->addFieldMapping('field_keywords', '9');

Comments may not appear after statements
Open

      'field_dataset_labcrew_ref', // Handled in prepare()

Expected 1 blank line after function; 0 found
Open

  }

Expected 1 blank line after function; 0 found
Open

  }

No space found before comment text; expected "// );" but found "//);"
Open

  //);

Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces
Open

  $variables  = field_get_items('node', $node, 'field_variables');

Line indented incorrectly; expected 10 spaces, found 14
Open

              'error' => 'deims_variable_maximum_error',

Expected 1 space after "="; 2 found
Open

              $unitmetatada['minimum'] =  $item['data']['minimum'];

Case breaking statements must be followed by a single blank line
Open

      break;

Missing function doc comment
Open

function template_preprocess_deims_variable_summary(array &$variables) {

Missing function doc comment
Open

function theme_eml_tag($variables) {
Severity
Category
Status
Source
Language