<?php //%255BApp%255CGeography%255CEntity%255CTerritory%255D%255B1%255D

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\\Entity'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Entity')),
        clone ($p['Doctrine\\ORM\\Mapping\\Table'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Table')),
        clone ($p['Doctrine\\ORM\\Mapping\\Index'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\Index')),
        clone $p['Doctrine\\ORM\\Mapping\\Index'],
        clone ($p['Doctrine\\ORM\\Mapping\\HasLifecycleCallbacks'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\HasLifecycleCallbacks')),
        clone ($p['ApiPlatform\\Core\\Annotation\\ApiResource'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Annotation\\ApiResource')),
        clone ($p['ApiPlatform\\Core\\Annotation\\ApiFilter'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Annotation\\ApiFilter')),
        clone $p['ApiPlatform\\Core\\Annotation\\ApiFilter'],
    ],
    null,
    [
        'stdClass' => [
            'indexes' => [
                1 => [
                    $o[2],
                    $o[3],
                ],
            ],
            'name' => [
                2 => 'IDX_LATITUDE',
                'IDX_LONGITUDE',
            ],
            'columns' => [
                2 => [
                    'min_latitude',
                    'max_latitude',
                ],
                [
                    'min_longitude',
                    'max_longitude',
                ],
            ],
            'collectionOperations' => [
                5 => [
                    'get' => [
                        'security' => 'is_granted(\'territory_list\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Geography',
                            ],
                        ],
                    ],
                    'territoriesPoint' => [
                        'method' => 'GET',
                        'path' => '/territories/point',
                        'security' => 'is_granted(\'territory_list\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Geography',
                            ],
                            'parameters' => [
                                [
                                    'name' => 'latitude',
                                    'type' => 'float',
                                    'required' => true,
                                    'description' => 'the point\'s latitude',
                                ],
                                [
                                    'name' => 'longitude',
                                    'type' => 'float',
                                    'required' => true,
                                    'description' => 'the point\'s longitude',
                                ],
                            ],
                        ],
                    ],
                    'link' => [
                        'method' => 'GET',
                        'path' => '/territories/link',
                        'security' => 'is_granted(\'territory_link\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Geography',
                            ],
                        ],
                    ],
                    'post' => [
                        'method' => 'POST',
                        'path' => '/territories',
                        'security_post_denormalize' => 'is_granted(\'territory_create\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Geography',
                            ],
                        ],
                    ],
                    'ADMIN_get' => [
                        'path' => '/admin/territories',
                        'method' => 'GET',
                        'normalization_context' => [
                            'groups' => [
                                'aRead',
                            ],
                            'skip_null_values' => false,
                        ],
                        'security' => 'is_granted(\'territory_list\',object)',
                    ],
                ],
            ],
            'itemOperations' => [
                5 => [
                    'get' => [
                        'security' => 'is_granted(\'territory_read\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Geography',
                            ],
                        ],
                    ],
                    'put' => [
                        'security' => 'is_granted(\'territory_update\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Geography',
                            ],
                        ],
                    ],
                    'delete' => [
                        'security' => 'is_granted(\'territory_delete\',object)',
                        'swagger_context' => [
                            'tags' => [
                                'Geography',
                            ],
                        ],
                    ],
                    'managers' => [
                        'path' => '/admin/territories/{id}/managers',
                        'controller' => 'App\\Geography\\Controller\\TerritoryManagersController',
                        'method' => 'GET',
                        'normalization_context' => [
                            'groups' => [
                                'aRead',
                            ],
                        ],
                        'security' => 'is_granted(\'territory_read\',object)',
                    ],
                    'ADMIN_get' => [
                        'path' => '/admin/territories/{id}',
                        'method' => 'GET',
                        'normalization_context' => [
                            'groups' => [
                                'aRead',
                            ],
                        ],
                        'security' => 'is_granted(\'territory_read\',object)',
                    ],
                ],
            ],
            'attributes' => [
                5 => [
                    'force_eager' => false,
                    'normalization_context' => [
                        'groups' => [
                            'read',
                        ],
                        'enable_max_depth' => 'true',
                    ],
                    'denormalization_context' => [
                        'groups' => [
                            'write',
                        ],
                    ],
                ],
            ],
            'filterClass' => [
                6 => 'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\SearchFilter',
                'ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Filter\\OrderFilter',
            ],
            'properties' => [
                6 => [
                    'id' => 'exact',
                    'name' => 'partial',
                ],
                [
                    'id',
                    'name',
                ],
            ],
            'arguments' => [
                7 => [
                    'orderParameterName' => 'order',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
        $o[4],
        $o[5],
        $o[6],
        $o[7],
    ],
    []
); }];
