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

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/{category}.{format}',
            ],
            'name' => [
                'export_entries',
            ],
            'requirements' => [
                [
                    'format' => 'epub|mobi|pdf|json|xml|txt|csv',
                    'category' => 'all|unread|starred|archive|tag_entries|untagged|search|annotated|same_domain',
                ],
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
); }];
