( ! ) Warning: Undefined variable $namespace in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/validator/Constraint.tpl.php on line 3 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0042 | 358544 | {main}( ) | .../Constraint.tpl.php:0 |
;
use Symfony\Component\Validator\Constraint;
/**
* @Annotation
*
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})
*/
#[\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
class
( ! ) Warning: Undefined variable $class_name in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/validator/Constraint.tpl.php on line 13 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0042 | 358544 | {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.';
}