/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/Validator/Attribute/HasNamedArguments.php
22 строки
511 B
Nicolas Rigaud
[Validator] Add PHPDoc to validator constraints
05 янв 2024, 11:18
05 янв 2024, 11:18
1a26ebe
Код
Авторство
О чём код?
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Validator\Attribute; /** * Hints the loader that some constraint options are required. * * @see https://symfony.com/doc/current/validation/custom_constraint.html */ #[\Attribute(\Attribute::TARGET_METHOD)] final class HasNamedArguments { }