Showing 699 of 699 total issues

Line indented incorrectly; expected 10 spaces, found 12
Open

            $errors[$field['field_name']][$langcode][$delta][] = array(

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

  //);

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

  public function getDOI() {

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

 * @see http://api.drupal.org/api/drupal/modules%21node%21node.module/function/node_feed/7

Missing file doc comment
Open

  Name: <?php print render($content['field_related_person']); ?>

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

 * @file

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

 * This file can be overridden by creating a new template file in your theme

Missing function doc comment
Open

  public function __construct(array $arguments) {

No space found before comment text; expected "// $connection = Database::getConnection('default', $this->sourceConnection);" but found "//$connection = Database::getConnection('default', $this->sourceConnection);"
Open

      //$connection = Database::getConnection('default', $this->sourceConnection);

No space found before comment text; expected "// $query->addExpression('AsText(field_research_site_pt_coords_geo)');" but found "//$query->addExpression('AsText(field_research_site_pt_coords_geo)');"
Open

      //$query->addExpression('AsText(field_research_site_pt_coords_geo)');

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

}

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

    // Always call the parent constructor first for basic setup

Missing function doc comment
Open

  public function prepare($object, $row) {

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

  //);

Type hint "array" missing for $variable
Open

function deims_data_explorer_filter_allowed_column_variable($variable) {

Parameter comment must end with a full stop
Open

 *   Contains data about the columns

Description for the @return value is missing
Open

 * @return array

Missing parameter comment
Open

 * @param array $columns

Type hint "array" missing for $variable
Open

function _deims_de_prep_date($variable, $form_state) {

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

  // if ($type == 'datetime') {
Severity
Category
Status
Source
Language