Showing 699 of 699 total issues

Missing function doc comment
Open

  public function __construct($node) {

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

 * Because it is re-used by other elements.

Missing function doc comment
Open

function _bdp_date_value($date, $granularity) {

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

<?php

Comments may not appear after statements
Open

      'field_person_organization', // Migrated in prepare().

Missing function doc comment
Open

  public function getOrganization($node, $row) {

Missing class doc comment
Open

class DeimsContentResearchSiteMigration extends DrupalNode6Migration {

Missing class doc comment
Open

class DeimsFileMigration extends DrupalFile6Migration {

No space found before comment text; expected "// $handler->initTranslations();" but found "//$handler->initTranslations();"
Open

          //$handler->initTranslations();

Comments may not appear after statements
Open

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

Type hint "array" missing for $operations
Open

function _show_download_link($success, $results, $operations) {

Description for the @return value is missing
Open

 * @return int

Line indented incorrectly; expected 6 spaces, found 8
Open

        break;

Parameter comment must end with a full stop
Open

 *   Contains the configured array of variables

Doc comment short description must end with a full stop
Open

 * Document _deims_de_get_allowed_filters : Passes the allowed filters

Type hint "array" missing for $columns
Open

function _deims_de_get_submitted_columns($columns) {

There should be no white space before a closing "}"
Open

    return $value['name']; }, 

Type hint "array" missing for $form_state
Open

function _deims_de_prep_variable($variable, $form_state) {

Parameter comment must end with a full stop
Open

 *   Contains details about the quantitative variables

Parameter tags must be grouped together in a doc comment
Open

 * @param array $form_state
Severity
Category
Status
Source
Language