You are here

protected static property PatchInfoDrupalorgCommands::$issueCategories in PatchInfo 8.2

The issue categories.

Type: string[]

File

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

Class

PatchInfoDrupalorgCommands
A Drush commandfile for the patchinfo_drupalorg:list command.

Namespace

Drupal\patchinfo_drupalorg\Commands

Code

protected static $issueCategories = [
  1 => 'Bug report',
  2 => 'Task',
  3 => 'Feature request',
  4 => 'Support request',
  5 => 'Plan',
];