<?php

namespace Symfony\Component\VarExporter\Internal;

return $getExpiry ? PHP_INT_MAX : Hydrator::hydrate(
    $o = [
        clone (($p = &Registry::$prototypes)['FOS\\RestBundle\\Controller\\Annotations\\View'] ?? Registry::p('FOS\\RestBundle\\Controller\\Annotations\\View')),
        clone ($p['FOS\\RestBundle\\Controller\\Annotations\\Put'] ?? Registry::p('FOS\\RestBundle\\Controller\\Annotations\\Put')),
    ],
    null,
    [
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                1 => 'update/{id}',
            ],
            'methods' => [
                1 => [
                    'PUT',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
    ],
    []
);
