<?php //Wallabag%255CApiBundle%255CController%255CEntryRestController%2523getEntriesExistsAction

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Nelmio\\ApiDocBundle\\Annotation\\Operation'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Nelmio\\ApiDocBundle\\Annotation\\Operation')),
        clone ($p['OpenApi\\Context'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('OpenApi\\Context')),
        clone ($p['OpenApi\\Loggers\\DefaultLogger'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('OpenApi\\Loggers\\DefaultLogger')),
        clone ($p['OpenApi\\Annotations\\Parameter'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('OpenApi\\Annotations\\Parameter')),
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone ($p['OpenApi\\Annotations\\Schema'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('OpenApi\\Annotations\\Schema')),
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Parameter'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Schema'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Parameter'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Schema'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Parameter'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Schema'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Parameter'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Schema'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone ($p['OpenApi\\Annotations\\Response'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('OpenApi\\Annotations\\Response')),
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone ($p['Symfony\\Component\\Routing\\Annotation\\Route'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Routing\\Annotation\\Route')),
    ],
    null,
    [
        'stdClass' => [
            '_context' => [
                $o[1],
                3 => $o[4],
                6 => $o[7],
                9 => $o[10],
                12 => $o[13],
                15 => $o[16],
                18 => $o[19],
                21 => $o[22],
                24 => $o[25],
                27 => $o[28],
                30 => $o[31],
                33 => $o[34],
            ],
            'tags' => [
                [
                    'Entries',
                ],
            ],
            'summary' => [
                'Check if an entry exist by url.',
            ],
            'parameters' => [
                [
                    $o[3],
                    $o[9],
                    $o[15],
                    $o[21],
                    $o[27],
                ],
            ],
            'responses' => [
                [
                    $o[33],
                ],
            ],
            'generated' => [
                1 => true,
                4 => true,
                7 => true,
                10 => true,
                13 => true,
                16 => true,
                19 => true,
                22 => true,
                25 => true,
                28 => true,
                31 => true,
                34 => true,
            ],
            'logger' => [
                1 => $o[2],
                4 => $o[5],
                7 => $o[8],
                10 => $o[11],
                13 => $o[14],
                16 => $o[17],
                19 => $o[20],
                22 => $o[23],
                25 => $o[26],
                28 => $o[29],
                31 => $o[32],
                34 => $o[35],
            ],
            'annotations' => [
                1 => [
                    $o[0],
                ],
                4 => [
                    $o[3],
                ],
                7 => [
                    $o[6],
                ],
                10 => [
                    $o[9],
                ],
                13 => [
                    $o[12],
                ],
                16 => [
                    $o[15],
                ],
                19 => [
                    $o[18],
                ],
                22 => [
                    $o[21],
                ],
                25 => [
                    $o[24],
                ],
                28 => [
                    $o[27],
                ],
                31 => [
                    $o[30],
                ],
                34 => [
                    $o[33],
                ],
            ],
            'name' => [
                3 => 'return_id',
                9 => 'url',
                15 => 'urls',
                21 => 'hashed_url',
                27 => 'hashed_urls',
            ],
            'in' => [
                3 => 'query',
                9 => 'query',
                15 => 'query',
                21 => 'query',
                27 => 'query',
            ],
            'description' => [
                3 => 'Set 1 if you want to retrieve ID in case entry(ies) exists, 0 by default',
                9 => 'DEPRECATED, use hashed_url instead. An url',
                15 => 'DEPRECATED, use hashed_urls instead. An array of urls (?urls[]=http...&urls[]=http...)',
                21 => 'Hashed url using SHA1 to check if it exists. A hashed url',
                27 => 'An array of hashed urls using SHA1 to check if they exist. An array of hashed urls (?hashed_urls[]=xxx...&hashed_urls[]=xxx...)',
                33 => 'Returned when successful',
            ],
            'required' => [
                3 => false,
                9 => true,
                15 => false,
                21 => false,
                27 => false,
            ],
            'schema' => [
                3 => $o[6],
                9 => $o[12],
                15 => $o[18],
                21 => $o[24],
                27 => $o[30],
            ],
            'type' => [
                6 => 'string',
                12 => 'string',
                18 => 'string',
                24 => 'string',
                30 => 'string',
            ],
            'default' => [
                6 => '0',
            ],
            'enum' => [
                6 => [
                    '1',
                    '0',
                ],
            ],
            'response' => [
                33 => '200',
            ],
        ],
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                36 => '/api/entries/exists.{_format}',
            ],
            'name' => [
                36 => 'api_get_entries_exists',
            ],
            'defaults' => [
                36 => [
                    '_format' => 'json',
                ],
            ],
            'methods' => [
                36 => [
                    'GET',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[36],
    ],
    []
); }];
