modules/custom/deims_data_explorer/deims_data_explorer.batch.inc

Summary

Maintainability
Test Coverage

Parameter comment must be on the next line
Open

 * @param array $context 

There must be no blank lines after the function comment
Open

 */

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

 * @param  boolean $success

Parameter comment must be on the next line
Open

 * @param array $options 

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 

Expected "bool" but found "boolean" for parameter type
Open

 * @param  boolean $success

Type hint "array" missing for $context
Open

function _process_file_for_download($file, $table, $nid, &$context) {

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

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

 * @param  boolean $success

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

 * @param  object $results

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.';

Type hint "array" missing for $operations
Open

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

Whitespace found at end of line
Open

 * @param array $options 

Whitespace found at end of line
Open

  $query->range($context['sandbox']['progress'], 5); 

Whitespace found at end of line
Open

 * @param array $context 

There are no issues that match your filters.

Category
Status