<?php //Wallabag%255CApiBundle%255CController%255CUserRestController%2523putUserAction

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\\RequestBody'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('OpenApi\\Annotations\\RequestBody')),
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone ($p['OpenApi\\Annotations\\JsonContent'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('OpenApi\\Annotations\\JsonContent')),
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone ($p['OpenApi\\Annotations\\Property'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('OpenApi\\Annotations\\Property')),
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Property'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Property'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Property'],
        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['Nelmio\\ApiDocBundle\\Annotation\\Model'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Nelmio\\ApiDocBundle\\Annotation\\Model')),
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $p['OpenApi\\Annotations\\Response'],
        clone $p['OpenApi\\Context'],
        clone $p['OpenApi\\Loggers\\DefaultLogger'],
        clone $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[25],
                $o[23],
                27 => $o[28],
                30 => $o[31],
            ],
            'tags' => [
                [
                    'User',
                ],
            ],
            'summary' => [
                'Register an user and create a client.',
            ],
            'requestBody' => [
                $o[3],
            ],
            'responses' => [
                [
                    $o[21],
                ],
            ],
            'generated' => [
                1 => true,
                4 => true,
                7 => true,
                10 => true,
                13 => true,
                16 => true,
                19 => true,
                23 => true,
                25 => true,
                28 => true,
                31 => true,
            ],
            'logger' => [
                1 => $o[2],
                4 => $o[5],
                7 => $o[8],
                10 => $o[11],
                13 => $o[14],
                16 => $o[17],
                19 => $o[20],
                23 => $o[24],
                25 => $o[26],
                28 => $o[29],
                31 => $o[32],
            ],
            'annotations' => [
                1 => [
                    $o[0],
                ],
                4 => [
                    $o[3],
                ],
                7 => [
                    $o[6],
                ],
                10 => [
                    $o[9],
                ],
                13 => [
                    $o[12],
                ],
                16 => [
                    $o[15],
                ],
                19 => [
                    $o[18],
                ],
                23 => [
                    $o[22],
                ],
                25 => [
                    $o[21],
                ],
                28 => [
                    $o[27],
                ],
                31 => [
                    $o[30],
                ],
            ],
            '_unmerged' => [
                3 => [
                    $o[6],
                ],
            ],
            'required' => [
                6 => [
                    'username',
                    'password',
                    'email',
                ],
            ],
            'properties' => [
                6 => [
                    $o[9],
                    $o[12],
                    $o[15],
                    $o[18],
                ],
            ],
            'type' => [
                6 => 'object',
                9 => 'string',
                12 => 'string',
                15 => 'string',
                18 => 'string',
                22 => 'Wallabag\\UserBundle\\Entity\\User',
            ],
            'description' => [
                9 => 'The user\'s username',
                12 => 'The user\'s password',
                15 => 'The user\'s email',
                18 => 'The client name (to be used by your app)',
                21 => 'Returned when successful',
                27 => 'Server doesn\'t allow registrations',
                30 => 'Request is incorrectly formatted',
            ],
            'example' => [
                9 => 'wallabag',
                12 => 'hidden_value',
                15 => 'wallabag@wallabag.io',
                18 => 'Fancy App',
            ],
            'property' => [
                9 => 'username',
                12 => 'password',
                15 => 'email',
                18 => 'client_name',
            ],
            'attachables' => [
                21 => [
                    $o[22],
                ],
            ],
            'response' => [
                21 => '201',
                27 => '403',
                30 => '400',
            ],
            'groups' => [
                22 => [
                    'user_api_with_client',
                ],
            ],
        ],
        'Symfony\\Component\\Routing\\Annotation\\Route' => [
            'path' => [
                33 => '/api/user.{_format}',
            ],
            'name' => [
                33 => 'api_put_user',
            ],
            'defaults' => [
                33 => [
                    '_format' => 'json',
                ],
            ],
            'methods' => [
                33 => [
                    'PUT',
                ],
            ],
        ],
    ],
    [
        $o[0],
        $o[27],
        $o[30],
        $o[33],
    ],
    []
); }];
