Updating Media dependent modules to versions compatible with core Media.
[yaffs-website] / vendor / symfony / serializer / Mapping / AttributeMetadataInterface.php
index 944a7b3133f358807104f41ff3b13a29b02d6854..d9a15d5ac0de5c74437cfc1a923bf0c2cc0418bc 100644 (file)
@@ -60,5 +60,5 @@ interface AttributeMetadataInterface
     /**
      * Merges an {@see AttributeMetadataInterface} with in the current one.
      */
-    public function merge(AttributeMetadataInterface $attributeMetadata);
+    public function merge(self $attributeMetadata);
 }