<?php //property_metadata_d593b169aee812b3

return [PHP_INT_MAX, new class() implements \Symfony\Component\Cache\Traits\CachedValueInterface { public function getValue(): mixed { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['ApiPlatform\\Metadata\\ApiProperty'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\ApiProperty')),
        clone ($p['Symfony\\Component\\TypeInfo\\Type\\BackedEnumType'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\TypeInfo\\Type\\BackedEnumType')),
        clone ($p['Symfony\\Component\\TypeInfo\\Type\\BuiltinType'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\TypeInfo\\Type\\BuiltinType')),
    ],
    null,
    [
        'ApiPlatform\\Metadata\\ApiProperty' => [
            'types' => [
                null,
            ],
            'serialize' => [
                null,
            ],
            'nativeType' => [
                $o[1],
            ],
            'description' => [
                'Status of the expedition. Possible value are <ul><li><code>in_creation</code> by default</li><li><code>in_optimization</code> Before being sent to the warehouse in order to optimize the expedition</li><li><code>to_export</code> before being sent to the warehouse and after optimization</li><li><code>exported</code> when the expedition is sent to the warehoyse</li><li><code>canceled</code> when the expedition is cancel</li></ul>.',
            ],
            'readable' => [
                true,
            ],
            'writable' => [
                false,
            ],
            'readableLink' => [
                null,
            ],
            'writableLink' => [
                null,
            ],
            'required' => [
                true,
            ],
            'identifier' => [
                false,
            ],
            'default' => [
                \App\Core\Enum\ExpeditionStatusEnum::IN_CREATION,
            ],
            'example' => [
                null,
            ],
            'deprecationReason' => [
                null,
            ],
            'fetchable' => [
                null,
            ],
            'fetchEager' => [
                null,
            ],
            'jsonldContext' => [
                null,
            ],
            'openapiContext' => [
                null,
            ],
            'jsonSchemaContext' => [
                null,
            ],
            'push' => [
                null,
            ],
            'security' => [
                null,
            ],
            'securityPostDenormalize' => [
                null,
            ],
            'builtinTypes' => [
                null,
            ],
            'schema' => [
                [
                    'readOnly' => true,
                    'description' => 'Status of the expedition. Possible value are <ul><li><code>in_creation</code> by default</li><li><code>in_optimization</code> Before being sent to the warehouse in order to optimize the expedition</li><li><code>to_export</code> before being sent to the warehouse and after optimization</li><li><code>exported</code> when the expedition is sent to the warehoyse</li><li><code>canceled</code> when the expedition is cancel</li></ul>.',
                    'default' => 'in_creation',
                    'type' => 'string',
                    'enum' => [
                        'in_creation',
                        'to_optimize',
                        'in_optimization',
                        'to_export',
                        'exported',
                        'cancellation_requested',
                        'cancelled',
                    ],
                ],
            ],
            'initializable' => [
                false,
            ],
            'genId' => [
                null,
            ],
            'uriTemplate' => [
                null,
            ],
            'property' => [
                null,
            ],
            'policy' => [
                null,
            ],
            'hydra' => [
                null,
            ],
            'extraProperties' => [
                [],
            ],
        ],
        'Symfony\\Component\\TypeInfo\\Type\\ObjectType' => [
            'className' => [
                1 => 'App\\Core\\Enum\\ExpeditionStatusEnum',
            ],
        ],
        'Symfony\\Component\\TypeInfo\\Type\\BackedEnumType' => [
            'backingType' => [
                1 => $o[2],
            ],
        ],
        'Symfony\\Component\\TypeInfo\\Type\\BuiltinType' => [
            'typeIdentifier' => [
                2 => \Symfony\Component\TypeInfo\TypeIdentifier::STRING,
            ],
        ],
    ],
    $o[0],
    []
); } }];
