Showing 699 of 699 total issues

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

 * @return null|string

Case breaking statements must be followed by a single blank line
Open

            break;

Missing function doc comment
Open

function deims_variable_type_label($type) {

Case breaking statements must be followed by a single blank line
Open

      break;

Case breaking statements must be followed by a single blank line
Open

      break;

Array closing indentation error, expected 12 spaces but found 13
Open

             )

Missing function doc comment
Open

  public function getNode() {

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

   *  Added utf8 encoding to the tidy statment

The PHP open tag must be followed by exactly one blank line
Open

<?php if (empty($content['field_variables'])): ?>

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

 *

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

}

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

    //$this->addFieldMapping('field_core_areas', '1');

Missing function doc comment
Open

  public function __construct(array $arguments) {

Expected 1 blank line after function; 0 found
Open

  }

Tag value indented incorrectly; expected 1 space but found 2
Open

 * @param  object $results

Case breaking statements must be followed by a single blank line
Open

        return $form;

Doc comment short description must end with a full stop
Open

 * Description for deims_data_explorer_generate_preview : creates a preview of the resultset

Description for the @return value is missing
Open

 * @return array

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

 *  The array containing the code value pairs.

Expected 1 blank line before function; 0 found
Open

  public function __construct() {
Severity
Category
Status
Source
Language