<?php //App%255CEntity%255CUser

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\Entity'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Entity')),
        clone ($p['Doctrine\\ORM\\Mapping\\Table'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Table')),
        clone ($p['ApiPlatform\\Core\\Annotation\\ApiResource'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Annotation\\ApiResource')),
        clone ($p['ApiPlatform\\Core\\Annotation\\ApiFilter'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Annotation\\ApiFilter')),
        clone ($p['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity')),
    ],
    null,
    [
        'stdClass' => [
            'repositoryClass' => [
                'App\\Repository\\UserRepository',
            ],
            'name' => [
                1 => '`user`',
            ],
            'collectionOperations' => [
                2 => [
                    'post' => [
                        'normalization_context' => [
                            'groups' => [
                                'user_details_read',
                            ],
                        ],
                    ],
                ],
            ],
            'itemOperations' => [
                2 => [
                    'get' => [
                        'normalization_context' => [
                            'groups' => [
                                'user_details_read',
                            ],
                        ],
                    ],
                    'put' => [
                        'normalization_context' => [
                            'groups' => [
                                'user_details_read',
                            ],
                        ],
                    ],
                    'patch' => [
                        'normalization_context' => [
                            'groups' => [
                                'user_details_read',
                            ],
                        ],
                    ],
                    'delete',
                    'put_validate_email' => [
                        'method' => 'PUT',
                        'path' => '/users/{id}/validate_email',
                        'controller' => 'App\\Controller\\ValidateUserEmail',
                        'normalization_context' => [
                            'groups' => [
                                'user_details_read',
                            ],
                        ],
                    ],
                    'get_resend_validate_email_code' => [
                        'method' => 'GET',
                        'path' => '/users/{id}/resend_validate_email_code',
                        'controller' => 'App\\Controller\\ResendEmailValidationCode',
                        'normalization_context' => [
                            'groups' => [
                                'user_details_read',
                            ],
                        ],
                    ],
                    'get_test_notification' => [
                        'method' => 'GET',
                        'path' => '/users/{id}/test_notification',
                        'controller' => 'App\\Controller\\TestNotification',
                        'normalization_context' => [
                            'groups' => [
                                'user_details_read',
                            ],
                        ],
                    ],
                ],
            ],
            'filterClass' => [
                3 => 'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\SearchFilter',
            ],
            'properties' => [
                3 => [
                    'email' => 'partial',
                ],
            ],
            'message' => [
                4 => 'Cette email est déjà utilisé',
            ],
            'fields' => [
                4 => 'email',
            ],
            'groups' => [
                4 => [
                    'Default',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
        $o[2],
        $o[3],
        $o[4],
    ],
    []
); }];
