<?php //Eccube%255CEntity%255CProductClass%2524plg_purchase_quantity_limit 
 
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\\Column'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Column')), 
        clone ($p['Eccube\\Annotation\\FormAppend'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Eccube\\Annotation\\FormAppend')), 
        clone ($p['Symfony\\Component\\Validator\\Constraints\\Length'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Validator\\Constraints\\Length')), 
        clone ($p['Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqual'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqual')), 
        clone ($p['Symfony\\Component\\Validator\\Constraints\\Regex'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Validator\\Constraints\\Regex')), 
    ], 
    null, 
    [ 
        'stdClass' => [ 
            'name' => [ 
                'plg_purchase_quantity_limit', 
            ], 
            'type' => [ 
                'decimal', 
                '\\Symfony\\Component\\Form\\Extension\\Core\\Type\\NumberType', 
            ], 
            'precision' => [ 
                10, 
            ], 
            'nullable' => [ 
                true, 
            ], 
            'options' => [ 
                [ 
                    'unsigned' => true, 
                ], 
                [ 
                    'label' => 'plugin.purchase_quantity_limit.admin.product_class.label', 
                    'required' => false, 
                ], 
            ], 
            'auto_render' => [ 
                1 => true, 
            ], 
            'groups' => [ 
                2 => [ 
                    'Default', 
                ], 
                [ 
                    'Default', 
                ], 
                [ 
                    'Default', 
                ], 
            ], 
            'max' => [ 
                2 => 10, 
            ], 
            'value' => [ 
                3 => 1, 
            ], 
            'message' => [ 
                4 => 'form_error.numeric_only', 
            ], 
            'pattern' => [ 
                4 => '/^\\d+$/u', 
            ], 
        ], 
    ], 
    [ 
        $o[0], 
        $o[1], 
        $o[2], 
        $o[3], 
        $o[4], 
    ], 
    [] 
); }];