<?php

namespace Symfony\Component\VarExporter\Internal;

return $getExpiry ? PHP_INT_MAX : Hydrator::hydrate(
    $o = [
        clone (($p = &Registry::$prototypes)['Symfony\\Component\\Routing\\Annotation\\Route'] ?? Registry::p('Symfony\\Component\\Routing\\Annotation\\Route')),
        clone ($p['Nzo\\UrlEncryptorBundle\\Annotations\\ParamDecryptor'] ?? Registry::p('Nzo\\UrlEncryptorBundle\\Annotations\\ParamDecryptor')),
    ],
    null,
    [
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                '{_locale}/class/add/{query}',
            ],
            'name' => [
                'add_class',
            ],
            'defaults' => [
                [
                    'query' => null,
                ],
            ],
        ],
        'stdClass' => [
            'params' => [
                1 => [
                    'query',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
    ],
    []
);
