<?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')),
    ],
    null,
    [
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                '/user/{idUser}/password',
            ],
            'name' => [
                'changeUserPassword',
            ],
            'methods' => [
                [
                    'PUT',
                ],
            ],
        ],
        'stdClass' => [
            'name' => [
                1 => 'password',
            ],
            'description' => [
                1 => 'Contraseña del usuario',
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
    ],
    []
);
