<?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\\Pictures',
                ],
                'namespace' => [
                    'App\\Entity',
                ],
                'rootEntityName' => [
                    'App\\Entity\\Pictures',
                ],
                'customRepositoryClassName' => [
                    'App\\Repository\\PicturesRepository',
                ],
                'identifier' => [
                    [
                        'id',
                    ],
                ],
                'generatorType' => [
                    4,
                ],
                'fieldMappings' => [
                    [
                        'id' => [
                            'fieldName' => 'id',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'id',
                            'id' => true,
                        ],
                        'width' => [
                            'fieldName' => 'width',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'width',
                        ],
                        'height' => [
                            'fieldName' => 'height',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'height',
                        ],
                        'dir' => [
                            'fieldName' => 'dir',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'dir',
                        ],
                        'source' => [
                            'fieldName' => 'source',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'source',
                        ],
                        'target' => [
                            'fieldName' => 'target',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'target',
                        ],
                        'size' => [
                            'fieldName' => 'size',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'size',
                        ],
                        'formatSize' => [
                            'fieldName' => 'formatSize',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'formatSize',
                        ],
                        'mimetype' => [
                            'fieldName' => 'mimetype',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'mimetype',
                        ],
                    ],
                ],
                'fieldNames' => [
                    [
                        'id' => 'id',
                        'width' => 'width',
                        'height' => 'height',
                        'dir' => 'dir',
                        'source' => 'source',
                        'target' => 'target',
                        'size' => 'size',
                        'formatSize' => 'formatSize',
                        'mimetype' => 'mimetype',
                    ],
                ],
                'columnNames' => [
                    [
                        'id' => 'id',
                        'width' => 'width',
                        'height' => 'height',
                        'dir' => 'dir',
                        'source' => 'source',
                        'target' => 'target',
                        'size' => 'size',
                        'formatSize' => 'formatSize',
                        'mimetype' => 'mimetype',
                    ],
                ],
                'table' => [
                    [
                        'name' => 'Pictures',
                    ],
                ],
                'lifecycleCallbacks' => [
                    [
                        'prePersist' => [
                            'prePersistFile',
                        ],
                        'postPersist' => [
                            'persistFile',
                        ],
                        'preUpdate' => [
                            'preUpdateFile',
                        ],
                        'postUpdate' => [
                            'updateFile',
                        ],
                    ],
                ],
                'idGenerator' => [
                    $o[1],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
