Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / serializer / Mapping / AttributeMetadataInterface.php
index d9a15d5ac0de5c74437cfc1a923bf0c2cc0418bc..944a7b3133f358807104f41ff3b13a29b02d6854 100644 (file)
@@ -60,5 +60,5 @@ interface AttributeMetadataInterface
     /**
      * Merges an {@see AttributeMetadataInterface} with in the current one.
      */
-    public function merge(self $attributeMetadata);
+    public function merge(AttributeMetadataInterface $attributeMetadata);
 }