Showing 699 of 699 total issues

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

  //}

Missing function doc comment
Open

  public static function getInstance($node) {

Space before opening parenthesis of function call prohibited
Open

      $xml = preg_replace ('/[^\x{0009}\x{000a}\x{000d}\x{0020}-\x{D7FF}\x{E000}-\x{FFFD}]+/u', ' ', $xml);

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

  public function setEMLRevisionID($id) {

Missing function doc comment
Open

  public function setEmlValidationStatus($status = NULL) {

Missing function doc comment
Open

  public static function getInstance($node) {

Closing brace indented incorrectly; expected 10 spaces, found 11
Open

           <?php endif; ?>

Missing function doc comment
Open

  public function prepare($node, $row) {

Expected 1 blank line after function; 0 found
Open

  }

Missing class doc comment
Open

class DeimsContentResearchProjectMigration extends DrupalNode6Migration {

Missing function doc comment
Open

  public function getSiteDetails($node, $row) {

No space found before comment text; expected "// $wkt = $query->execute()->fetchField();" but found "//$wkt = $query->execute()->fetchField();"
Open

      //$wkt = $query->execute()->fetchField();

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

  //);

Type hint "array" missing for $form_state
Open

function deims_data_explorer_form($form, &$form_state, $variables, $connection, $node) {

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

              array('_process_file_for_download', array($file, $connection['table'], $form_state['values']['nid'])),

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

  $header  = array(

Line indented incorrectly; expected 2 spaces, found 4
Open

    // drupal_set_message(t('%name has value %value', array('%name' => $key, '%value' => print_r($value, TRUE))));

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

 * @return string $markup

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

 * @return array 

Type hint "array" missing for $columns
Open

function _deims_de_get_submitted_filters($columns) {
Severity
Category
Status
Source
Language