<?php

namespace Symfony\Component\VarExporter\Internal;

return $getExpiry ? PHP_INT_MAX : Hydrator::hydrate(
    $o = [
        clone (($p = &Registry::$prototypes)['FOS\\RestBundle\\Controller\\Annotations\\Post'] ?? Registry::p('FOS\\RestBundle\\Controller\\Annotations\\Post')),
        clone ($p['FOS\\RestBundle\\Controller\\Annotations\\RequestParam'] ?? Registry::p('FOS\\RestBundle\\Controller\\Annotations\\RequestParam')),
        clone $p['FOS\\RestBundle\\Controller\\Annotations\\RequestParam'],
    ],
    null,
    [
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                '/login/{token}',
            ],
            'name' => [
                'loginConfirm',
            ],
            'methods' => [
                [
                    'POST',
                ],
            ],
        ],
        'stdClass' => [
            'name' => [
                1 => 'client',
                'pubK',
            ],
            'description' => [
                1 => 'Clave de cliente',
                'Clave publica del cliente',
            ],
            'nullable' => [
                1 => true,
                true,
            ],
            'requirements' => [
                2 => '[0-9]+',
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
        $o[2],
    ],
    []
);
