comparison vendor/symfony/console/Descriptor/DescriptorInterface.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
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 */
30 public function describe(OutputInterface $output, $object, array $options = array()); 30 public function describe(OutputInterface $output, $object, array $options = []);
31 } 31 }