<?php

namespace Symfony\Component\VarExporter\Internal;

return $getExpiry ? PHP_INT_MAX : Hydrator::hydrate(
    $o = [
        clone (Registry::$prototypes['Symfony\\Component\\Routing\\Annotation\\Route'] ?? Registry::p('Symfony\\Component\\Routing\\Annotation\\Route')),
    ],
    null,
    [
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                '{_locale}/settings/add-new-section/{id}',
            ],
            'name' => [
                'add_custom_field_section',
            ],
            'defaults' => [
                [
                    'id' => null,
                ],
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
);
