<?php

namespace Symfony\Component\VarExporter\Internal;

return $getExpiry ? PHP_INT_MAX : Hydrator::hydrate(
    $o = [
        clone (($p = &Registry::$prototypes)['Nzo\\UrlEncryptorBundle\\Annotations\\ParamDecryptor'] ?? Registry::p('Nzo\\UrlEncryptorBundle\\Annotations\\ParamDecryptor')),
        clone ($p['Symfony\\Component\\Routing\\Annotation\\Route'] ?? Registry::p('Symfony\\Component\\Routing\\Annotation\\Route')),
    ],
    null,
    [
        'stdClass' => [
            'params' => [
                [
                    'id',
                ],
            ],
        ],
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                1 => '{_locale}/user/profile/{id}/{userFrom}',
            ],
            'name' => [
                1 => 'users_profile',
            ],
            'requirements' => [
                1 => [
                    'id',
                    '\\d+',
                ],
            ],
            'defaults' => [
                1 => [
                    'userFrom' => 'userTable',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
    ],
    []
);
