Mercurial > hg > isophonics-drupal-site
diff vendor/symfony/serializer/Mapping/ClassMetadataInterface.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children |
line wrap: on
line diff
--- a/vendor/symfony/serializer/Mapping/ClassMetadataInterface.php Thu Apr 26 11:26:54 2018 +0100 +++ b/vendor/symfony/serializer/Mapping/ClassMetadataInterface.php Tue Jul 10 15:07:59 2018 +0100 @@ -46,7 +46,7 @@ /** * Merges a {@link ClassMetadataInterface} in the current one. */ - public function merge(ClassMetadataInterface $classMetadata); + public function merge(self $classMetadata); /** * Returns a {@link \ReflectionClass} instance for this class.