Mercurial > hg > isophonics-drupal-site
diff 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 |
line wrap: on
line diff
--- a/vendor/symfony/routing/Matcher/Dumper/DumperCollection.php Thu Apr 26 11:26:54 2018 +0100 +++ b/vendor/symfony/routing/Matcher/Dumper/DumperCollection.php Tue Jul 10 15:07:59 2018 +0100 @@ -106,7 +106,7 @@ /** * Sets the parent collection. */ - protected function setParent(DumperCollection $parent) + protected function setParent(self $parent) { $this->parent = $parent; }