( ! ) Warning: Undefined variable $namespace in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/validator/Constraint.tpl.php on line 3
Call Stack
#TimeMemoryFunctionLocation
10.0008360824{main}( ).../Constraint.tpl.php:0
; use Symfony\Component\Validator\Constraint; /** * @Annotation */ class
( ! ) Warning: Undefined variable $class_name in /work/home/ntrugeon/www/tp1symfony2024/vendor/symfony/maker-bundle/src/Resources/skeleton/validator/Constraint.tpl.php on line 10
Call Stack
#TimeMemoryFunctionLocation
10.0008360824{main}( ).../Constraint.tpl.php:0
extends Constraint { /* * Any public properties become valid options for the annotation. * Then, use these in your validator class. */ public $message = 'The value "{{ value }}" is not valid.'; }