<?php

namespace Symfony\Component\VarExporter\Internal;

return $getExpiry ? PHP_INT_MAX : Hydrator::hydrate(
    $o = [
        (($f = &Registry::$factories)['Symfony\\Component\\Validator\\Mapping\\ClassMetadata'] ?? Registry::f('Symfony\\Component\\Validator\\Mapping\\ClassMetadata'))(),
        ($f['Symfony\\Component\\Validator\\Mapping\\PropertyMetadata'] ?? Registry::f('Symfony\\Component\\Validator\\Mapping\\PropertyMetadata'))(),
        clone (($p = &Registry::$prototypes)['Symfony\\Component\\Validator\\Constraints\\All'] ?? Registry::p('Symfony\\Component\\Validator\\Constraints\\All')),
        clone ($p['Symfony\\Component\\Validator\\Constraints\\Image'] ?? Registry::p('Symfony\\Component\\Validator\\Constraints\\Image')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'App\\Entity\\Product',
                'pictureFiles',
            ],
            'defaultGroup' => [
                'Product',
            ],
            'members' => [
                [
                    'pictureFiles' => [
                        $o[1],
                    ],
                ],
            ],
            'properties' => [
                [
                    'pictureFiles' => $o[1],
                ],
            ],
            'class' => [
                1 => 'App\\Entity\\Product',
            ],
            'property' => [
                1 => 'pictureFiles',
            ],
            'constraints' => [
                1 => [
                    $o[2],
                ],
                [
                    $o[3],
                ],
            ],
            'constraintsByGroup' => [
                1 => [
                    'Default' => [
                        $o[2],
                    ],
                    'Product' => [
                        $o[2],
                    ],
                ],
            ],
            'groups' => [
                2 => [
                    'Default',
                    'Product',
                ],
                [
                    'Default',
                    'Product',
                ],
            ],
            'mimeTypes' => [
                3 => [
                    'image/jpeg',
                    'image/png',
                    'image/jpg',
                ],
            ],
        ],
    ],
    $o[0],
    []
);
