Showing 699 of 699 total issues

Missing function doc comment
Open

  public function __construct($node) {

Missing function doc comment
Open

  public function getVariables($node, $row) {

Public method name "EmlDataSet::calculateEMLHash" is not in lowerCamel format
Open

  public function calculateEMLHash() {

Expected 1 blank line after function; 0 found
Open

  }

The closing brace for the class must have an empty line before it
Open

}

Missing class doc comment
Open

class DeimsFileMigration extends DrupalFile6Migration {

The closing brace for the class must have an empty line before it
Open

}

No space found before comment text; expected "// $handler->initTranslations();" but found "//$handler->initTranslations();"
Open

          //$handler->initTranslations();

The closing brace for the class must have an empty line before it
Open

}

There must be exactly one blank line before the tags in a doc comment
Open

 * @param  boolean $success

Expected "bool" but found "boolean" for parameter type
Open

 * @param  boolean $success

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

  //);

Line indented incorrectly; expected 10 spaces, found 11
Open

           drupal_set_message('This is a very large data set. Please ' . l('contact us', 'contact') .

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

  $header  = array(

Separate the @param and @return sections by a blank line.
Open

 * @return object $query

Parameter comment indentation must be 3 spaces, found 2 spaces
Open

 *  The array containing the form_state.

Type hint "array" missing for $variable
Open

function _deims_de_prep_variable($variable, $form_state) {

Type hint "array" missing for $variable
Open

function _deims_de_prep_nominal($variable) {

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

  // if ($type == 'datetime') {

Line indented incorrectly; expected 10 spaces, found 12
Open

            $errors[$field['field_name']][$langcode][$delta][] = array(
Severity
Category
Status
Source
Language