( ! ) Warning: Undefined variable $namespace in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/validator/Constraint.tpl.php on line 3 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0054 | 359112 | {main}( ) | .../Constraint.tpl.php:0 |
;
use Symfony\Component\Validator\Constraint;
/**
* @Annotation
*/
class
( ! ) Warning: Undefined variable $class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/validator/Constraint.tpl.php on line 10 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0054 | 359112 | {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.';
}