<?php //dc6c5fc4bd37bfaf2e8e256e1bd2c5c7

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],
            ],
        ],
        'Doctrine\\ORM\\Query\\Exec\\SingleSelectSqlFinalizer' => [
            'sql' => [
                1 => 'SELECT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.route AS route_2, p0_.threshold_type AS threshold_type_3, p0_.threshold_value AS threshold_value_4, p0_.actual_value AS actual_value_5, p0_.message AS message_6, p0_.acknowledged AS acknowledged_7, p1_.id AS id_8, p1_.created_at AS created_at_9, p1_.route AS route_10, p1_.method AS method_11, p1_.user_id AS user_id_12, p1_.duration_ms AS duration_ms_13, p1_.memory_peak_mb AS memory_peak_mb_14, p1_.sql_queries AS sql_queries_15, p1_.sql_duration_ms AS sql_duration_ms_16, p1_.http_calls AS http_calls_17, p1_.http_duration_ms AS http_duration_ms_18, p1_.image_duration_ms AS image_duration_ms_19, p1_.upload_duration_ms AS upload_duration_ms_20, p1_.status_code AS status_code_21, p1_.exception AS exception_22, p1_.endpoint AS endpoint_23, p1_.ip AS ip_24, p1_.sql_slowest_ms AS sql_slowest_ms_25, p1_.slowest_sql AS slowest_sql_26, p1_.sql_slow_count AS sql_slow_count_27, p1_.http_failures AS http_failures_28, p1_.http_details AS http_details_29, p1_.image_details AS image_details_30, p1_.upload_steps AS upload_steps_31, p0_.performance_log_id AS performance_log_id_32 FROM performance_alert p0_ LEFT JOIN performance_log p1_ ON p0_.performance_log_id = p1_.id WHERE p0_.acknowledged = 0 ORDER BY p0_.created_at DESC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'a' => 'App\\Entity\\PerformanceAlert',
                    'p' => 'App\\Entity\\PerformanceLog',
                ],
            ],
            'relationMap' => [
                2 => [
                    'p' => 'performanceLog',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'p' => 'a',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'created_at_1' => 'createdAt',
                    'route_2' => 'route',
                    'threshold_type_3' => 'thresholdType',
                    'threshold_value_4' => 'thresholdValue',
                    'actual_value_5' => 'actualValue',
                    'message_6' => 'message',
                    'acknowledged_7' => 'acknowledged',
                    'id_8' => 'id',
                    'created_at_9' => 'createdAt',
                    'route_10' => 'route',
                    'method_11' => 'method',
                    'user_id_12' => 'userId',
                    'duration_ms_13' => 'durationMs',
                    'memory_peak_mb_14' => 'memoryPeakMb',
                    'sql_queries_15' => 'sqlQueries',
                    'sql_duration_ms_16' => 'sqlDurationMs',
                    'http_calls_17' => 'httpCalls',
                    'http_duration_ms_18' => 'httpDurationMs',
                    'image_duration_ms_19' => 'imageDurationMs',
                    'upload_duration_ms_20' => 'uploadDurationMs',
                    'status_code_21' => 'statusCode',
                    'exception_22' => 'exception',
                    'endpoint_23' => 'endpoint',
                    'ip_24' => 'ip',
                    'sql_slowest_ms_25' => 'sqlSlowestMs',
                    'slowest_sql_26' => 'slowestSql',
                    'sql_slow_count_27' => 'sqlSlowCount',
                    'http_failures_28' => 'httpFailures',
                    'http_details_29' => 'httpDetails',
                    'image_details_30' => 'imageDetails',
                    'upload_steps_31' => 'uploadSteps',
                ],
            ],
            'columnAliasMappings' => [
                2 => [
                    'App\\Entity\\PerformanceAlert' => [
                        'a' => [
                            'id' => 'id_0',
                            'createdAt' => 'created_at_1',
                            'route' => 'route_2',
                            'thresholdType' => 'threshold_type_3',
                            'thresholdValue' => 'threshold_value_4',
                            'actualValue' => 'actual_value_5',
                            'message' => 'message_6',
                            'acknowledged' => 'acknowledged_7',
                        ],
                    ],
                    'App\\Entity\\PerformanceLog' => [
                        'p' => [
                            'id' => 'id_8',
                            'createdAt' => 'created_at_9',
                            'route' => 'route_10',
                            'method' => 'method_11',
                            'userId' => 'user_id_12',
                            'durationMs' => 'duration_ms_13',
                            'memoryPeakMb' => 'memory_peak_mb_14',
                            'sqlQueries' => 'sql_queries_15',
                            'sqlDurationMs' => 'sql_duration_ms_16',
                            'httpCalls' => 'http_calls_17',
                            'httpDurationMs' => 'http_duration_ms_18',
                            'imageDurationMs' => 'image_duration_ms_19',
                            'uploadDurationMs' => 'upload_duration_ms_20',
                            'statusCode' => 'status_code_21',
                            'exception' => 'exception_22',
                            'endpoint' => 'endpoint_23',
                            'ip' => 'ip_24',
                            'sqlSlowestMs' => 'sql_slowest_ms_25',
                            'slowestSql' => 'slowest_sql_26',
                            'sqlSlowCount' => 'sql_slow_count_27',
                            'httpFailures' => 'http_failures_28',
                            'httpDetails' => 'http_details_29',
                            'imageDetails' => 'image_details_30',
                            'uploadSteps' => 'upload_steps_31',
                        ],
                    ],
                ],
            ],
            'typeMappings' => [
                2 => [
                    'performance_log_id_32' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'a' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'performance_log_id_32' => 'performance_log_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'a',
                    'created_at_1' => 'a',
                    'route_2' => 'a',
                    'threshold_type_3' => 'a',
                    'threshold_value_4' => 'a',
                    'actual_value_5' => 'a',
                    'message_6' => 'a',
                    'acknowledged_7' => 'a',
                    'id_8' => 'p',
                    'created_at_9' => 'p',
                    'route_10' => 'p',
                    'method_11' => 'p',
                    'user_id_12' => 'p',
                    'duration_ms_13' => 'p',
                    'memory_peak_mb_14' => 'p',
                    'sql_queries_15' => 'p',
                    'sql_duration_ms_16' => 'p',
                    'http_calls_17' => 'p',
                    'http_duration_ms_18' => 'p',
                    'image_duration_ms_19' => 'p',
                    'upload_duration_ms_20' => 'p',
                    'status_code_21' => 'p',
                    'exception_22' => 'p',
                    'endpoint_23' => 'p',
                    'ip_24' => 'p',
                    'sql_slowest_ms_25' => 'p',
                    'slowest_sql_26' => 'p',
                    'sql_slow_count_27' => 'p',
                    'http_failures_28' => 'p',
                    'http_details_29' => 'p',
                    'image_details_30' => 'p',
                    'upload_steps_31' => 'p',
                    'performance_log_id_32' => 'a',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\PerformanceAlert',
                    'created_at_1' => 'App\\Entity\\PerformanceAlert',
                    'route_2' => 'App\\Entity\\PerformanceAlert',
                    'threshold_type_3' => 'App\\Entity\\PerformanceAlert',
                    'threshold_value_4' => 'App\\Entity\\PerformanceAlert',
                    'actual_value_5' => 'App\\Entity\\PerformanceAlert',
                    'message_6' => 'App\\Entity\\PerformanceAlert',
                    'acknowledged_7' => 'App\\Entity\\PerformanceAlert',
                    'id_8' => 'App\\Entity\\PerformanceLog',
                    'created_at_9' => 'App\\Entity\\PerformanceLog',
                    'route_10' => 'App\\Entity\\PerformanceLog',
                    'method_11' => 'App\\Entity\\PerformanceLog',
                    'user_id_12' => 'App\\Entity\\PerformanceLog',
                    'duration_ms_13' => 'App\\Entity\\PerformanceLog',
                    'memory_peak_mb_14' => 'App\\Entity\\PerformanceLog',
                    'sql_queries_15' => 'App\\Entity\\PerformanceLog',
                    'sql_duration_ms_16' => 'App\\Entity\\PerformanceLog',
                    'http_calls_17' => 'App\\Entity\\PerformanceLog',
                    'http_duration_ms_18' => 'App\\Entity\\PerformanceLog',
                    'image_duration_ms_19' => 'App\\Entity\\PerformanceLog',
                    'upload_duration_ms_20' => 'App\\Entity\\PerformanceLog',
                    'status_code_21' => 'App\\Entity\\PerformanceLog',
                    'exception_22' => 'App\\Entity\\PerformanceLog',
                    'endpoint_23' => 'App\\Entity\\PerformanceLog',
                    'ip_24' => 'App\\Entity\\PerformanceLog',
                    'sql_slowest_ms_25' => 'App\\Entity\\PerformanceLog',
                    'slowest_sql_26' => 'App\\Entity\\PerformanceLog',
                    'sql_slow_count_27' => 'App\\Entity\\PerformanceLog',
                    'http_failures_28' => 'App\\Entity\\PerformanceLog',
                    'http_details_29' => 'App\\Entity\\PerformanceLog',
                    'image_details_30' => 'App\\Entity\\PerformanceLog',
                    'upload_steps_31' => 'App\\Entity\\PerformanceLog',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
