Showing 699 of 699 total issues

Missing function doc comment
Open

  public static function isUnitStandard($unit) {

Inline comments must start with a capital letter
Open

    //  dataset nuked

Closing brace indented incorrectly; expected 2 spaces, found 0
Open

}

Expected 1 space after ELSE keyword; 0 found
Open

      }else{

Line indented incorrectly; expected 8 spaces, found 7
Open

       if (preg_match('/doi:([\d.]+\/pasta\/[a-z0-9]+)/', $request->data, $matches)) {

Line indented incorrectly; expected 8 spaces, found 7
Open

       }

Expected 2 space(s) before asterisk; 3 found
Open

   *   An integer from the PASTA API.

Separate the @throws and @ingroup sections by a blank line.
Open

   * @ingroup eml_data_manager_api

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

   * @throws Exception

Expected 1 blank line after function; 0 found
Open

  }

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

}

Missing file doc comment
Open

<?php

Missing function doc comment
Open

function theme_bdp_tags($variables) {

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

Expected 1 blank line after function; 0 found
Open

  }

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

      'field_data_file_data_set', // Handled in DeimsContentDataSet

Missing class doc comment
Open

class DeimsContentDataSetMigration extends DrupalNode6Migration {

Missing class doc comment
Open

class DeimsContentPersonMigration extends DrupalNode6Migration {

Parameter comment must be on the next line
Open

 * @param array $context 

Missing function doc comment
Open

  public function submitEml() {
Severity
Category
Status
Source
Language