Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/routing/Matcher/Dumper/DumperCollection.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
104 } | 104 } |
105 | 105 |
106 /** | 106 /** |
107 * Sets the parent collection. | 107 * Sets the parent collection. |
108 */ | 108 */ |
109 protected function setParent(DumperCollection $parent) | 109 protected function setParent(self $parent) |
110 { | 110 { |
111 $this->parent = $parent; | 111 $this->parent = $parent; |
112 } | 112 } |
113 | 113 |
114 /** | 114 /** |