<?php

namespace Symfony\Component\VarExporter\Internal;

return $getExpiry ? PHP_INT_MAX : Hydrator::hydrate(
    $o = [
        clone (($p = &Registry::$prototypes)['FOS\\RestBundle\\Controller\\Annotations\\Put'] ?? Registry::p('FOS\\RestBundle\\Controller\\Annotations\\Put')),
        clone ($p['FOS\\RestBundle\\Controller\\Annotations\\RequestParam'] ?? Registry::p('FOS\\RestBundle\\Controller\\Annotations\\RequestParam')),
        clone $p['FOS\\RestBundle\\Controller\\Annotations\\RequestParam'],
        clone $p['FOS\\RestBundle\\Controller\\Annotations\\RequestParam'],
    ],
    null,
    [
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                '/invite/{token}',
            ],
            'name' => [
                'inviteRegister',
            ],
            'methods' => [
                [
                    'PUT',
                ],
            ],
        ],
        'stdClass' => [
            'requirements' => [
                1 => '[01]{1}',
            ],
            'name' => [
                1 => 'isAcceptedTerms',
                'username',
                'password',
            ],
            'description' => [
                1 => 'Indicador de aceptacion de los terminos',
                'Alias del usuario',
                'Contraseña del usuario',
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
        $o[2],
        $o[3],
    ],
    []
);
