You are here

protected static property PatchInfoDrupalorgCommands::$issueStatus in PatchInfo 8.2

The issue statuses.

Type: string[]

File

modules/patchinfo_drupalorg/src/Commands/PatchInfoDrupalorgCommands.php, line 33

Class

PatchInfoDrupalorgCommands
A Drush commandfile for the patchinfo_drupalorg:list command.

Namespace

Drupal\patchinfo_drupalorg\Commands

Code

protected static $issueStatus = [
  1 => 'active',
  2 => 'fixed',
  3 => 'closed (duplicate)',
  4 => 'postponed',
  5 => 'closed (won\'t fix)',
  6 => 'closed (works as designed)',
  7 => 'closed (fixed)',
  8 => 'needs review',
  13 => 'needs work',
  14 => 'reviewed & tested by the community',
  15 => 'patch (to be ported)',
  16 => 'postponed (maintainer needs more info)',
  17 => 'closed (outdated)',
  18 => 'closed (cannot reproduce)',
];