<?php //App%255CController%255CeFaInitController%2523passwordAction

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route')),
        clone $p['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route'],
    ],
    null,
    [
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                '/{_locale}/{slug}',
                '/{_locale}/{slug}/{edit}',
            ],
            'name' => [
                'passwordpage',
                'passwordeditpage',
            ],
            'requirements' => [
                [
                    'slug' => 'webpassword|clipassword',
                ],
                [
                    'slug' => 'webpassword|clipassword',
                    'edit' => 'edit',
                ],
            ],
            'defaults' => [
                [
                    '_locale' => 'en',
                    'edit' => null,
                ],
                [
                    '_locale' => 'en',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
    ],
    []
); }];
