Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/console/Descriptor/DescriptorInterface.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 |
---|---|
19 * @author Jean-François Simon <contact@jfsimon.fr> | 19 * @author Jean-François Simon <contact@jfsimon.fr> |
20 */ | 20 */ |
21 interface DescriptorInterface | 21 interface DescriptorInterface |
22 { | 22 { |
23 /** | 23 /** |
24 * Describes an InputArgument instance. | 24 * Describes an object if supported. |
25 * | 25 * |
26 * @param OutputInterface $output | 26 * @param OutputInterface $output |
27 * @param object $object | 27 * @param object $object |
28 * @param array $options | 28 * @param array $options |
29 */ | 29 */ |