<?php //Wallabag%255CCoreBundle%255CController%255CExportController%2523downloadEntryAction

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (\Symfony\Component\VarExporter\Internal\Registry::$prototypes['Symfony\\Component\\Routing\\Annotation\\Route'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Routing\\Annotation\\Route')),
    ],
    null,
    [
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                '/export/{id}.{format}',
            ],
            'name' => [
                'export_entry',
            ],
            'requirements' => [
                [
                    'format' => 'epub|mobi|pdf|json|xml|txt|csv',
                    'id' => '\\d+',
                ],
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
); }];
