Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/console/Helper/DescriptorHelper.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
29 /** | 29 /** |
30 * @var DescriptorInterface[] | 30 * @var DescriptorInterface[] |
31 */ | 31 */ |
32 private $descriptors = array(); | 32 private $descriptors = array(); |
33 | 33 |
34 /** | |
35 * Constructor. | |
36 */ | |
37 public function __construct() | 34 public function __construct() |
38 { | 35 { |
39 $this | 36 $this |
40 ->register('txt', new TextDescriptor()) | 37 ->register('txt', new TextDescriptor()) |
41 ->register('xml', new XmlDescriptor()) | 38 ->register('xml', new XmlDescriptor()) |