comparison vendor/symfony/translation/Extractor/ChainExtractor.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
23 /** 23 /**
24 * The extractors. 24 * The extractors.
25 * 25 *
26 * @var ExtractorInterface[] 26 * @var ExtractorInterface[]
27 */ 27 */
28 private $extractors = array(); 28 private $extractors = [];
29 29
30 /** 30 /**
31 * Adds a loader to the translation extractor. 31 * Adds a loader to the translation extractor.
32 * 32 *
33 * @param string $format The format of the loader 33 * @param string $format The format of the loader