<?php //%255BApp%255CEntity%255CAccommodationPhoto%2524file%255D%255B1%255D

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\\Image'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Validator\\Constraints\\Image')),
    ],
    null,
    [
        'stdClass' => [
            'mimeTypes' => [
                [
                    'image/jpeg',
                    'image/gif',
                    'image/png',
                    'image/tiff',
                ],
            ],
            'mimeTypesMessage' => [
                'Only the filetypes image are allowed.',
            ],
            'binaryFormat' => [
                false,
            ],
            'maxSizeMessage' => [
                'The maxmimum allowed file size is 5MB.',
            ],
            'groups' => [
                [
                    'Default',
                ],
            ],
        ],
        'Symfony\\Component\\Validator\\Constraints\\File' => [
            'maxSize' => [
                6000000,
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
); }];
