<?php //App%255CController%255CHomeController%2523categories

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' => [
                '/{_locale<fr|en>}/{categorie}',
            ],
            'name' => [
                'app_categorie',
            ],
            'requirements' => [
                [
                    'categorie' => '(?!register|login)[a-zA-Z0-9\\-]+',
                ],
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
); }];
