<?php //%255BApp%255CController%255CCollectionController%2523index%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'],
    ],
    null,
    [
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'localizedPaths' => [
                [
                    'en' => '/collections',
                    'fr' => '/collections',
                ],
                [
                    'en' => '/user/{username}',
                    'fr' => '/utilisateur/{username}',
                ],
                [
                    'en' => '/preview',
                    'fr' => '/apercu',
                ],
            ],
            'name' => [
                'app_collection_index',
                'app_user_collection_index',
                'app_preview_collection_index',
            ],
            'methods' => [
                [
                    'GET',
                ],
                [
                    'GET',
                ],
                [
                    'GET',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
        $o[2],
    ],
    []
); }];
