<?php //d357e268be63efe24de9a2536eebde10

return [PHP_INT_MAX, static fn () => \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Query\\ParserResult'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ParserResult')),
        clone ($p['Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer')),
        clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
    ],
    null,
    [
        'Doctrine\\ORM\\Query\\ParserResult' => [
            'sqlFinalizer' => [
                $o[1],
            ],
            'resultSetMapping' => [
                $o[2],
            ],
            'parameterMappings' => [
                [
                    'contentType' => [
                        0,
                    ],
                    'active' => [
                        1,
                    ],
                    'now' => [
                        2,
                        3,
                    ],
                ],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.title AS title_2, c0_.slug AS slug_3, c0_.type AS type_4, c0_.template AS template_5, c0_.status AS status_6, c0_.created_at AS created_at_7, c0_.updated_at AS updated_at_8, c0_.start_publication_date AS start_publication_date_9, c0_.end_publication_date AS end_publication_date_10, c0_.is_active AS is_active_11, c0_.short_description AS short_description_12, c0_.content AS content_13, m1_.id AS id_14, m1_.uuid AS uuid_15, m1_.position_key AS position_key_16, m2_.id AS id_17, m2_.uuid AS uuid_18, m2_.net_explorer_id AS net_explorer_id_19, m2_.filename AS filename_20, m2_.mimetype AS mimetype_21, m2_.size AS size_22, m2_.created_at AS created_at_23, m2_.updated_at AS updated_at_24, m2_.net_explorer_parent_id AS net_explorer_parent_id_25, m2_.alt_text AS alt_text_26, m2_.extension AS extension_27, c0_.author_id AS author_id_28, m1_.media_id AS media_id_29, m1_.content_id AS content_id_30, m1_.ticket_id AS ticket_id_31 FROM content c0_ LEFT JOIN media_relation m1_ ON c0_.id = m1_.content_id LEFT JOIN media m2_ ON m1_.media_id = m2_.id WHERE c0_.type = ? AND c0_.is_active = ? AND (c0_.start_publication_date IS NULL OR (? BETWEEN c0_.start_publication_date AND c0_.end_publication_date) OR (c0_.end_publication_date IS NULL AND c0_.start_publication_date <= ?)) ORDER BY c0_.created_at DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'c' => 'App\\Entity\\Content',
                    'mr' => 'App\\Entity\\MediaRelation',
                    'm' => 'App\\Entity\\Media',
                ],
            ],
            'relationMap' => [
                2 => [
                    'mr' => 'mediaRelations',
                    'm' => 'media',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'mr' => 'c',
                    'm' => 'mr',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'uuid_1' => 'uuid',
                    'title_2' => 'title',
                    'slug_3' => 'slug',
                    'type_4' => 'type',
                    'template_5' => 'template',
                    'status_6' => 'status',
                    'created_at_7' => 'createdAt',
                    'updated_at_8' => 'updatedAt',
                    'start_publication_date_9' => 'startPublicationDate',
                    'end_publication_date_10' => 'endPublicationDate',
                    'is_active_11' => 'isActive',
                    'short_description_12' => 'shortDescription',
                    'content_13' => 'content',
                    'id_14' => 'id',
                    'uuid_15' => 'uuid',
                    'position_key_16' => 'positionKey',
                    'id_17' => 'id',
                    'uuid_18' => 'uuid',
                    'net_explorer_id_19' => 'netExplorerId',
                    'filename_20' => 'filename',
                    'mimetype_21' => 'mimetype',
                    'size_22' => 'size',
                    'created_at_23' => 'createdAt',
                    'updated_at_24' => 'updatedAt',
                    'net_explorer_parent_id_25' => 'netExplorerParentId',
                    'alt_text_26' => 'altText',
                    'extension_27' => 'extension',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\Content' => [
                        'c' => [
                            'id' => 'id_0',
                            'uuid' => 'uuid_1',
                            'title' => 'title_2',
                            'slug' => 'slug_3',
                            'type' => 'type_4',
                            'template' => 'template_5',
                            'status' => 'status_6',
                            'createdAt' => 'created_at_7',
                            'updatedAt' => 'updated_at_8',
                            'startPublicationDate' => 'start_publication_date_9',
                            'endPublicationDate' => 'end_publication_date_10',
                            'isActive' => 'is_active_11',
                            'shortDescription' => 'short_description_12',
                            'content' => 'content_13',
                        ],
                    ],
                    'App\\Entity\\MediaRelation' => [
                        'mr' => [
                            'id' => 'id_14',
                            'uuid' => 'uuid_15',
                            'positionKey' => 'position_key_16',
                        ],
                    ],
                    'App\\Entity\\Media' => [
                        'm' => [
                            'id' => 'id_17',
                            'uuid' => 'uuid_18',
                            'netExplorerId' => 'net_explorer_id_19',
                            'filename' => 'filename_20',
                            'mimetype' => 'mimetype_21',
                            'size' => 'size_22',
                            'createdAt' => 'created_at_23',
                            'updatedAt' => 'updated_at_24',
                            'netExplorerParentId' => 'net_explorer_parent_id_25',
                            'altText' => 'alt_text_26',
                            'extension' => 'extension_27',
                        ],
                    ],
                ],
            ],
            'enumMappings' => [
                2 => [
                    'type_4' => 'App\\Enum\\TypeDocumentEnum',
                    'template_5' => 'App\\Enum\\TemplateTypeDocumentEnum',
                    'status_6' => 'App\\Enum\\PageStatusEnum',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'author_id_28' => 'integer',
                    'media_id_29' => 'integer',
                    'content_id_30' => 'integer',
                    'ticket_id_31' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'c' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'author_id_28' => 'author_id',
                    'media_id_29' => 'media_id',
                    'content_id_30' => 'content_id',
                    'ticket_id_31' => 'ticket_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'c',
                    'uuid_1' => 'c',
                    'title_2' => 'c',
                    'slug_3' => 'c',
                    'type_4' => 'c',
                    'template_5' => 'c',
                    'status_6' => 'c',
                    'created_at_7' => 'c',
                    'updated_at_8' => 'c',
                    'start_publication_date_9' => 'c',
                    'end_publication_date_10' => 'c',
                    'is_active_11' => 'c',
                    'short_description_12' => 'c',
                    'content_13' => 'c',
                    'id_14' => 'mr',
                    'uuid_15' => 'mr',
                    'position_key_16' => 'mr',
                    'id_17' => 'm',
                    'uuid_18' => 'm',
                    'net_explorer_id_19' => 'm',
                    'filename_20' => 'm',
                    'mimetype_21' => 'm',
                    'size_22' => 'm',
                    'created_at_23' => 'm',
                    'updated_at_24' => 'm',
                    'net_explorer_parent_id_25' => 'm',
                    'alt_text_26' => 'm',
                    'extension_27' => 'm',
                    'author_id_28' => 'c',
                    'media_id_29' => 'mr',
                    'content_id_30' => 'mr',
                    'ticket_id_31' => 'mr',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Content',
                    'uuid_1' => 'App\\Entity\\Content',
                    'title_2' => 'App\\Entity\\Content',
                    'slug_3' => 'App\\Entity\\Content',
                    'type_4' => 'App\\Entity\\Content',
                    'template_5' => 'App\\Entity\\Content',
                    'status_6' => 'App\\Entity\\Content',
                    'created_at_7' => 'App\\Entity\\Content',
                    'updated_at_8' => 'App\\Entity\\Content',
                    'start_publication_date_9' => 'App\\Entity\\Content',
                    'end_publication_date_10' => 'App\\Entity\\Content',
                    'is_active_11' => 'App\\Entity\\Content',
                    'short_description_12' => 'App\\Entity\\Content',
                    'content_13' => 'App\\Entity\\Content',
                    'id_14' => 'App\\Entity\\MediaRelation',
                    'uuid_15' => 'App\\Entity\\MediaRelation',
                    'position_key_16' => 'App\\Entity\\MediaRelation',
                    'id_17' => 'App\\Entity\\Media',
                    'uuid_18' => 'App\\Entity\\Media',
                    'net_explorer_id_19' => 'App\\Entity\\Media',
                    'filename_20' => 'App\\Entity\\Media',
                    'mimetype_21' => 'App\\Entity\\Media',
                    'size_22' => 'App\\Entity\\Media',
                    'created_at_23' => 'App\\Entity\\Media',
                    'updated_at_24' => 'App\\Entity\\Media',
                    'net_explorer_parent_id_25' => 'App\\Entity\\Media',
                    'alt_text_26' => 'App\\Entity\\Media',
                    'extension_27' => 'App\\Entity\\Media',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
