<?php //%255BApp%255CController%255CTagController%2523item%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)['Symfony\\Component\\Routing\\Annotation\\Route'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Routing\\Annotation\\Route')),
        clone $p['Symfony\\Component\\Routing\\Annotation\\Route'],
        clone $p['Symfony\\Component\\Routing\\Annotation\\Route'],
        clone ($p['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Entity'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Entity')),
        clone $p['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Entity'],
    ],
    null,
    [
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'localizedPaths' => [
                [
                    'en' => 'tags/{tagId}/items/{itemId}',
                    'fr' => 'tags/{tagId}/objets/{itemId}',
                ],
                [
                    'en' => '/user/{username}/tags/{tagId}/items/{itemId}',
                    'fr' => '/utilisateur/{username}tags/{tagId}/objets/{itemId}',
                ],
                [
                    'en' => '/preview/tags/{tagId}/items/{itemId}',
                    'fr' => '/apercu/tags/{tagId}/objets/{itemId}',
                ],
            ],
            'name' => [
                'app_tag_item_show',
                'app_user_tag_item_show',
                'app_preview_tag_item_show',
            ],
            'requirements' => [
                [
                    'id' => '%uuid_regex%',
                ],
                [
                    'id' => '%uuid_regex%',
                ],
                [
                    'id' => '%uuid_regex%',
                ],
            ],
            'methods' => [
                [
                    'GET',
                ],
                [
                    'GET',
                ],
                [
                    'GET',
                ],
            ],
        ],
        'Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\ParamConverter' => [
            'name' => [
                3 => 'item',
                'tag',
            ],
            'options' => [
                3 => [
                    'expr' => 'repository.findById(itemId)',
                ],
                [
                    'expr' => 'repository.find(tagId)',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
        $o[2],
        $o[3],
        $o[4],
    ],
    []
); }];
