<?php //property_metadata_be433b12c0f2ecf33d24823e6bda008f

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['ApiPlatform\\Core\\Metadata\\Property\\PropertyMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Core\\Metadata\\Property\\PropertyMetadata')),
        clone ($p['Symfony\\Component\\PropertyInfo\\Type'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\PropertyInfo\\Type')),
    ],
    null,
    [
        'ApiPlatform\\Core\\Metadata\\Property\\PropertyMetadata' => [
            'type' => [
                $o[1],
            ],
            'description' => [
                'The criteria applied to the proposal.'."\n"
                    .'Note :'."\n"
                    .'The criteria is set as a nullable column, BUT it is in fact MANDATORY.'."\n"
                    .'It is set as nullable because the owning side of a one-to-one association is saved first, so the inverse side does not exist yet.'."\n"
                    .'Other solution : make the proposal as the inverse side, and the criteria as the owning side.'."\n"
                    .'But it is not acceptable as a criteria can be related with other entities (ask and matching) so we would have multiple nullable foreign keys.',
            ],
            'readable' => [
                true,
            ],
            'writable' => [
                true,
            ],
            'readableLink' => [
                true,
            ],
            'writableLink' => [
                true,
            ],
            'required' => [
                true,
            ],
            'identifier' => [
                false,
            ],
            'initializable' => [
                false,
            ],
        ],
        'Symfony\\Component\\PropertyInfo\\Type' => [
            'builtinType' => [
                1 => 'object',
            ],
            'nullable' => [
                1 => true,
            ],
            'class' => [
                1 => 'App\\Carpool\\Entity\\Criteria',
            ],
            'collection' => [
                1 => false,
            ],
        ],
    ],
    $o[0],
    []
); }];
