Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/routing/Matcher/Dumper/DumperCollection.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | c2387f117808 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
26 private $parent; | 26 private $parent; |
27 | 27 |
28 /** | 28 /** |
29 * @var DumperCollection[]|DumperRoute[] | 29 * @var DumperCollection[]|DumperRoute[] |
30 */ | 30 */ |
31 private $children = array(); | 31 private $children = []; |
32 | 32 |
33 /** | 33 /** |
34 * @var array | 34 * @var array |
35 */ | 35 */ |
36 private $attributes = array(); | 36 private $attributes = []; |
37 | 37 |
38 /** | 38 /** |
39 * Returns the children routes and collections. | 39 * Returns the children routes and collections. |
40 * | 40 * |
41 * @return self[]|DumperRoute[] | 41 * @return self[]|DumperRoute[] |