Showing 699 of 699 total issues

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

 * named bdp--ENTITY-TYPE--SUB-TYPE.tpl.php.

Missing class doc comment
Open

class DeimsContentDataFileMigration extends DrupalNode6Migration {

Expected 1 blank line after function; 0 found
Open

  }

Missing function doc comment
Open

  public function prepareRow($row) {

Expected 1 blank line after function; 0 found
Open

  }

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

}

Missing function doc comment
Open

  public function getSiteDetails($node, $row) {

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

}

Comments may not appear after statements
Open

              'status' => 1, // Set translations to published by default.

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

<?php

Doc comment for parameter $options does not match actual variable name $context
Open

 * @param array $options 

Type hint "array" missing for $context
Open

function _fetch_row_batch($query, $file, $columns, &$context) {

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

 * @param  array $operations

The $text argument to l() should be enclosed within t() so that it is translatable
Open

      . l('contact us', '/contact') . ' if you have repeated errors.';

Doc comment parameter name "$node." must not end with a dot
Open

 * @param object $node.

Parameter comment must end with a full stop
Open

 *   Contains the configured array of variables

Description for the @return value is missing
Open

 * @return array

Doc comment short description must end with a full stop
Open

 * Document _deims_de_get_submitted_filters : Passes the chosen filters

Description for the @return value is missing
Open

 * @return array

Closing brace must be on a line by itself
Open

    return $value['name']; }, 
Severity
Category
Status
Source
Language