<?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\\Customer',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Customer',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\CustomerRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'businessName' => [
                        'fieldName' => 'businessName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'business_name',
                    ],
                    'address' => [
                        'fieldName' => 'address',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'address',
                    ],
                    'address2' => [
                        'fieldName' => 'address2',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'address2',
                    ],
                    'postCode' => [
                        'fieldName' => 'postCode',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 15,
                        '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' => 63,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'country',
                    ],
                    'managerLastName' => [
                        'fieldName' => 'managerLastName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'manager_last_name',
                    ],
                    'managerFirstName' => [
                        'fieldName' => 'managerFirstName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'manager_first_name',
                    ],
                    'managerPhone' => [
                        'fieldName' => 'managerPhone',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 31,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'manager_phone',
                    ],
                    'managerMail' => [
                        'fieldName' => 'managerMail',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'manager_mail',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'business_name' => 'businessName',
                    'address' => 'address',
                    'address2' => 'address2',
                    'post_code' => 'postCode',
                    'city' => 'city',
                    'country' => 'country',
                    'manager_last_name' => 'managerLastName',
                    'manager_first_name' => 'managerFirstName',
                    'manager_phone' => 'managerPhone',
                    'manager_mail' => 'managerMail',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'businessName' => 'business_name',
                    'address' => 'address',
                    'address2' => 'address2',
                    'postCode' => 'post_code',
                    'city' => 'city',
                    'country' => 'country',
                    'managerLastName' => 'manager_last_name',
                    'managerFirstName' => 'manager_first_name',
                    'managerPhone' => 'manager_phone',
                    'managerMail' => 'manager_mail',
                ],
            ],
            'table' => [
                [
                    'name' => 'fir_customer',
                ],
            ],
            'associationMappings' => [
                [
                    'sites' => [
                        'fieldName' => 'sites',
                        'mappedBy' => 'customer',
                        'targetEntity' => 'App\\Entity\\Site',
                        'cascade' => [],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 4,
                        'inversedBy' => null,
                        'isOwningSide' => false,
                        'sourceEntity' => 'App\\Entity\\Customer',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
