<?php return [PHP_INT_MAX, static function () {

    return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
        $o = [
            clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata')),
        ],
        null,
        [
            'ApiPlatform\\Core\\Metadata\\Resource\\ResourceMetadata' => [
                'shortName' => [
                    'City',
                ],
                'description' => [
                    '',
                ],
                'itemOperations' => [
                    [
                        'get' => [
                            'method' => 'GET',
                        ],
                        'delete' => [
                            'method' => 'DELETE',
                        ],
                        'put' => [
                            'method' => 'PUT',
                        ],
                    ],
                ],
                'collectionOperations' => [
                    [
                        'get' => [
                            'method' => 'GET',
                        ],
                        'post' => [
                            'method' => 'POST',
                        ],
                    ],
                ],
                'graphql' => [
                    [
                        'query' => [],
                        'delete' => [],
                        'update' => [],
                        'create' => [],
                    ],
                ],
                'attributes' => [
                    [
                        'input' => null,
                        'output' => null,
                        'filters' => [
                            'annotated_app_entity_city_api_platform_core_bridge_doctrine_orm_filter_search_filter',
                            'annotated_app_entity_city_api_platform_core_bridge_doctrine_orm_filter_order_filter',
                        ],
                    ],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
