Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
58 public function getMaxDepth(); | 58 public function getMaxDepth(); |
59 | 59 |
60 /** | 60 /** |
61 * Merges an {@see AttributeMetadataInterface} with in the current one. | 61 * Merges an {@see AttributeMetadataInterface} with in the current one. |
62 */ | 62 */ |
63 public function merge(AttributeMetadataInterface $attributeMetadata); | 63 public function merge(self $attributeMetadata); |
64 } | 64 } |