Mercurial > hg > cmmr2012-drupal-site
comparison vendor/symfony/http-kernel/DependencyInjection/Extension.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
18 * | 18 * |
19 * @author Fabien Potencier <fabien@symfony.com> | 19 * @author Fabien Potencier <fabien@symfony.com> |
20 */ | 20 */ |
21 abstract class Extension extends BaseExtension | 21 abstract class Extension extends BaseExtension |
22 { | 22 { |
23 private $classes = array(); | 23 private $classes = []; |
24 private $annotatedClasses = array(); | 24 private $annotatedClasses = []; |
25 | 25 |
26 /** | 26 /** |
27 * Gets the classes to cache. | 27 * Gets the classes to cache. |
28 * | 28 * |
29 * @return array An array of classes | 29 * @return array An array of classes |