Showing 699 of 699 total issues

Missing function doc comment
Open

  public function prepare($node, $row) {

Comments may not appear after statements
Open

      'field_datafile_variable_ref', // Handled in prepare()

Missing function doc comment
Open

  public function prepareRow($row) {

No space found before comment text; expected "// $this->addFieldMapping('field_keywords', '9');" but found "//$this->addFieldMapping('field_keywords', '9');"
Open

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

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

    //  ->sourceMigration('DeimsContentBiblioMigration');

Expected 1 space after ELSE keyword; 0 found
Open

    }else{

Missing function doc comment
Open

  public function prepare($node, $row) {

Missing function doc comment
Open

  public function __construct(array $arguments) {

No space found before comment text; expected "// $query = $connection->select('content_type_research_site');" but found "//$query = $connection->select('content_type_research_site');"
Open

      //$query = $connection->select('content_type_research_site');

Expected 1 blank line after function; 0 found
Open

  }

Expected 1 blank line after function; 0 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');

Doc comment for parameter $columns does not match actual variable name $node
Open

 * @param array $columns

The $text argument to l() should be enclosed within t() so that it is translatable
Open

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

Type hint "array" missing for $rows_array
Open

function deims_data_explorer_generate_preview($columns_array, $rows_array, $total_rows = 0) {

Type hint "array" missing for $variables
Open

function _deims_de_flatten_allowed($variables) {

Doc comment short description must end with a full stop
Open

 * Description _deims_de_prep_variable prepares the varianble

Line indented incorrectly; expected 10 spaces, found 12
Open

            );

Line indented incorrectly; expected 6 spaces, found 0
Open

//    ISO 19110 is not yet part of ISO19115, it is in the DIS stage (Draft)

There should be no white space after an opening "("
Open

            if( !$unitmetadata) {
Severity
Category
Status
Source
Language