<?php 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' => [
                    '/page/{offset}',
                    '/',
                ],
                'name' => [
                    'profiles-admin-page',
                    'profiles-admin',
                ],
            ],
        ],
        [
            $o[0],
            $o[1],
        ],
        []
    );

}];
