Showing 699 of 699 total issues

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

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

Array indentation error, expected 20 spaces but found 21
Open

                     'gfc:label' => array('gco:CharacterString' => $key),

Missing function doc comment
Open

function _deims_variable_types() {

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;

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

      break;

No space found before comment text; expected "// $item['data']['codes'] = list_allowed_values_string($item['data']['codes']);" but found "//$item['data']['codes'] = list_allowed_values_string($item['data']['codes']);"
Open

      //$item['data']['codes'] = list_allowed_values_string($item['data']['codes']);

Parameter tags must be defined first in a doc comment
Open

 * @param $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);

Missing file doc comment
Open

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

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

<?php

Array closing indentation error, expected 10 spaces but found 11
Open

           )

Comment indentation error, expected only 2 spaces
Open

  //    $query->condition($id_column, $matches, 'NOT IN');

Missing function doc comment
Open

function _bdp_date_value($date, $granularity) {

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

  //}

Doc comment long description must end with a full stop
Open

 * BDP view mode and template for nodes

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

Doc comment short description must be on a single line, further text should be a separate paragraph
Open

 * by other elements.

Missing function doc comment
Open

function theme_eml_elements($variables) {

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

 * Default template to use when an entity is rendered using the 'bdp' view mode.
Severity
Category
Status
Source
Language