comparison vendor/symfony/serializer/Mapping/AttributeMetadataInterface.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 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
57 */ 57 */
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 *
63 * @param AttributeMetadataInterface $attributeMetadata
64 */ 62 */
65 public function merge(AttributeMetadataInterface $attributeMetadata); 63 public function merge(AttributeMetadataInterface $attributeMetadata);
66 } 64 }