Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / validator / Tests / Mapping / Loader / bad-format.yml
1 namespaces:
2         custom: Symfony\Component\Validator\Tests\Fixtures\
3
4 Symfony\Component\Validator\Tests\Fixtures\Entity:
5         constraints:
6                 # Custom constraint
7                 - Symfony\Component\Validator\Tests\Fixtures\ConstraintA: ~
8                 # Custom constraint with namespaces prefix
9                 - "custom:ConstraintB": ~