<?php return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
        clone ($p['Doctrine\\ORM\\Id\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'App\\Entity\\Contact',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Contact',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\ContactRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'presentation' => [
                        'fieldName' => 'presentation',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 512,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'presentation',
                    ],
                    'email' => [
                        'fieldName' => 'email',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 512,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'email',
                    ],
                    'phone' => [
                        'fieldName' => 'phone',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 128,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'phone',
                    ],
                    'name' => [
                        'fieldName' => 'name',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'name',
                    ],
                    'postCode' => [
                        'fieldName' => 'postCode',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 32,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'post_code',
                    ],
                    'city' => [
                        'fieldName' => 'city',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'city',
                    ],
                    'country' => [
                        'fieldName' => 'country',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'country',
                    ],
                    'openingTime' => [
                        'fieldName' => 'openingTime',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 1028,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'opening_time',
                    ],
                    'seoTitle' => [
                        'fieldName' => 'seoTitle',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 128,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'seo_title',
                    ],
                    'seoDescription' => [
                        'fieldName' => 'seoDescription',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 256,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'seo_description',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'presentation' => 'presentation',
                    'email' => 'email',
                    'phone' => 'phone',
                    'name' => 'name',
                    'post_code' => 'postCode',
                    'city' => 'city',
                    'country' => 'country',
                    'opening_time' => 'openingTime',
                    'seo_title' => 'seoTitle',
                    'seo_description' => 'seoDescription',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'presentation' => 'presentation',
                    'email' => 'email',
                    'phone' => 'phone',
                    'name' => 'name',
                    'postCode' => 'post_code',
                    'city' => 'city',
                    'country' => 'country',
                    'openingTime' => 'opening_time',
                    'seoTitle' => 'seo_title',
                    'seoDescription' => 'seo_description',
                ],
            ],
            'table' => [
                [
                    'name' => 'fir_contact',
                ],
            ],
            'associationMappings' => [
                [
                    'site' => [
                        'fieldName' => 'site',
                        'targetEntity' => 'App\\Entity\\Site',
                        'joinColumns' => [
                            [
                                'name' => 'site_id',
                                'referencedColumnName' => 'id',
                                'unique' => true,
                            ],
                        ],
                        'mappedBy' => null,
                        'inversedBy' => 'contact',
                        'cascade' => [
                            'persist',
                            'remove',
                        ],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 1,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Contact',
                        'isCascadeRemove' => true,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'site_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'site_id' => 'site_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'site_id',
                        ],
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
