tripal/tripal_galaxy

View on GitHub

Showing 493 of 567 total issues

Array indentation error, expected 6 spaces but found 8
Open

        '#type' => 'item',

Array indentation error, expected 8 spaces but found 10
Open

          'data' => 'Status',

Array indentation error, expected 4 spaces but found 6
Open

      format_date($submission->submit_date),

Array indentation error, expected 4 spaces but found 6
Open

      '#type' => 'fieldset',

Expected 1 blank line after function; 0 found
Open

}

Line exceeds 80 characters; contains 103 characters
Open

       '#markup' => l($history_content['name'], $proxy_url, ['attributes' => ['target' => '_blank']] ),

Line indented incorrectly; expected 6 spaces, found 7
Open

       ];

Missing file doc comment
Open

<?php

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

<?php

Line indented incorrectly; expected 4 spaces, found 2
Open

  ->fields('tg')

Array indentation error, expected 6 spaces but found 8
Open

        '#title' => t('Results deleted from Galaxy Server'),

Object operator not indented correctly; expected 6 spaces but found 4
Open

    ->condition('sid', $submission->sid)

Array indentation error, expected 10 spaces but found 12
Open

            'header' => TRUE,

Array indentation error, expected 8 spaces but found 10
Open

          'header' => TRUE,

Array indentation error, expected 8 spaces but found 10
Open

          'data' => 'Start Time',

Line indented incorrectly; expected 6 spaces, found 7
Open

       if ($history_content['file_size'] < pow(10, 6)) {

Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
Open

  // Get the workflow

TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "True"
Open

    '#collapsible' => True,

Functions must not contain multiple empty lines in a row; found 2 empty lines
Open


Object operator not indented correctly; expected 4 spaces but found 2
Open

  ->fields('tg')
Severity
Category
Status
Source
Language