Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/routing/Matcher/Dumper/DumperCollection.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 | c2387f117808 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
103 return $this->parent; | 103 return $this->parent; |
104 } | 104 } |
105 | 105 |
106 /** | 106 /** |
107 * Sets the parent collection. | 107 * Sets the parent collection. |
108 * | |
109 * @param DumperCollection $parent The parent collection | |
110 */ | 108 */ |
111 protected function setParent(DumperCollection $parent) | 109 protected function setParent(DumperCollection $parent) |
112 { | 110 { |
113 $this->parent = $parent; | 111 $this->parent = $parent; |
114 } | 112 } |