<?php

namespace Symfony\Component\VarExporter\Internal;

return $getExpiry ? PHP_INT_MAX : Hydrator::hydrate(
    $o = [
        clone (($p = &Registry::$prototypes)['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\IsGranted'] ?? Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\IsGranted')),
        clone ($p['Symfony\\Component\\Routing\\Annotation\\Route'] ?? Registry::p('Symfony\\Component\\Routing\\Annotation\\Route')),
        clone ($p['Nzo\\UrlEncryptorBundle\\Annotations\\ParamDecryptor'] ?? Registry::p('Nzo\\UrlEncryptorBundle\\Annotations\\ParamDecryptor')),
    ],
    null,
    [
        'Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\IsGranted' => [
            'attributes' => [
                'ROLE_ADMIN',
            ],
        ],
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                1 => '{_locale}/attendance/add/status/{query}',
            ],
            'name' => [
                1 => 'add_attendance_status',
            ],
            'defaults' => [
                1 => [
                    'query' => null,
                ],
            ],
        ],
        'stdClass' => [
            'params' => [
                2 => [
                    'query',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[1],
        $o[2],
    ],
    []
);
