Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / media_entity_instagram / src / Plugin / Validation / Constraint / InstagramEmbedCodeConstraint.php
index 52642b86dad6b63cf6f942d92402e803b0b2e722..afbf469b5581f59977af0cfe6465a59c0b451fa6 100644 (file)
@@ -7,7 +7,7 @@ use Symfony\Component\Validator\Constraint;
 /**
  * Check if a value is a valid Instagram embed code/URL.
  *
- * @constraint(
+ * @Constraint(
  *   id = "InstagramEmbedCode",
  *   label = @Translation("Instagram embed code", context = "Validation"),
  *   type = { "link", "string", "string_long" }