<?php return [PHP_INT_MAX, static function () {

    return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
        $o = [
            clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['Symfony\\Component\\Validator\\Constraints\\EqualTo'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Validator\\Constraints\\EqualTo')),
        ],
        null,
        [
            'stdClass' => [
                'message' => [
                    'Vos mots de passe ne sont pas identiques',
                ],
                'propertyPath' => [
                    'password',
                ],
                'groups' => [
                    [
                        'Default',
                    ],
                ],
            ],
        ],
        [
            $o[0],
        ],
        []
    );

}];
