<?php //%255BApp%255CPublicTransport%255CEntity%255CPTStop%255D%255B1%255D

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['ApiPlatform\\Core\\Annotation\\ApiResource'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Annotation\\ApiResource')),
    ],
    null,
    [
        'stdClass' => [
            'collectionOperations' => [
                [
                    'get' => [
                        'path' => '/stops',
                        'swagger_context' => [
                            'tags' => [
                                'Public Transport',
                            ],
                            'parameters' => [
                                [
                                    'name' => 'provider',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'string',
                                    'description' => 'The public transport data provider',
                                ],
                                [
                                    'name' => 'id',
                                    'in' => 'query',
                                    'required' => 'true',
                                    'type' => 'number',
                                    'format' => 'int',
                                    'description' => 'The id of the stop',
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'itemOperations' => [
                [
                    'get' => [
                        'path' => '/stop/{id}',
                        'swagger_context' => [
                            'tags' => [
                                'Public Transport',
                            ],
                        ],
                    ],
                ],
            ],
            'attributes' => [
                [
                    'normalization_context' => [
                        'groups' => [
                            'pt',
                        ],
                        'enable_max_depth' => 'true',
                    ],
                    'route_prefix' => '/public_transport',
                ],
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
); }];
