Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / serializer / Mapping / AttributeMetadataInterface.php
index abba8c1969799e9fe768d500b1261550971ddcd4..944a7b3133f358807104f41ff3b13a29b02d6854 100644 (file)
@@ -59,8 +59,6 @@ interface AttributeMetadataInterface
 
     /**
      * Merges an {@see AttributeMetadataInterface} with in the current one.
-     *
-     * @param AttributeMetadataInterface $attributeMetadata
      */
     public function merge(AttributeMetadataInterface $attributeMetadata);
 }