<?php //App.Form.Model.Security.Front.PasswordResetModel

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        (($f = &\Symfony\Component\VarExporter\Internal\Registry::$factories)['Symfony\\Component\\Validator\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::f('Symfony\\Component\\Validator\\Mapping\\ClassMetadata'))(),
        ($f['Symfony\\Component\\Validator\\Mapping\\PropertyMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::f('Symfony\\Component\\Validator\\Mapping\\PropertyMetadata'))(),
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Symfony\\Component\\Validator\\Constraints\\NotBlank'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Validator\\Constraints\\NotBlank')),
        clone ($p['Symfony\\Component\\Validator\\Constraints\\Regex'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Validator\\Constraints\\Regex')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'App\\Form\\Model\\Security\\Front\\PasswordResetModel',
                'plainPassword',
            ],
            'defaultGroup' => [
                'PasswordResetModel',
            ],
            'members' => [
                [
                    'plainPassword' => [
                        $o[1],
                    ],
                ],
            ],
            'properties' => [
                [
                    'plainPassword' => $o[1],
                ],
            ],
            'class' => [
                1 => 'App\\Form\\Model\\Security\\Front\\PasswordResetModel',
            ],
            'property' => [
                1 => 'plainPassword',
            ],
            'constraints' => [
                1 => [
                    $o[2],
                    $o[3],
                ],
            ],
            'constraintsByGroup' => [
                1 => [
                    'Default' => [
                        $o[2],
                        $o[3],
                    ],
                    'PasswordResetModel' => [
                        $o[2],
                        $o[3],
                    ],
                ],
            ],
            'message' => [
                2 => 'Veuillez saisir un mot de passe.',
                'Le mot de passe doit comporter au moins 8 caractères, contenir au moins un chiffre, une majuscule et une minuscule.',
            ],
            'groups' => [
                2 => [
                    'Default',
                    'PasswordResetModel',
                ],
                [
                    'Default',
                    'PasswordResetModel',
                ],
            ],
            'pattern' => [
                3 => '/(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9]).{8,}/',
            ],
        ],
    ],
    $o[0],
    []
); }];
