[
"sql" => "SELECT r0_.id AS id_0, r0_.current_places AS current_places_1, r0_.created_at AS created_at_2, r0_.resolution_reason_code AS resolution_reason_code_3, r0_.resolution_reason_note AS resolution_reason_note_4, r0_.resolved_at AS resolved_at_5, i1_.duration_months AS duration_months_6, i1_.level AS level_7, i1_.title AS title_8, i1_.description AS description_9, i1_.start_date AS start_date_10, i1_.closing_date AS closing_date_11, i1_.published_at AS published_at_12, t2_.id AS id_13, t2_.uuid AS uuid_14, t2_.name AS name_15, t2_.color AS color_16, r0_.type AS type_17, r0_.resolved_by_id AS resolved_by_id_18, i1_.requester_id AS requester_id_19, i1_.team_id AS team_id_20, i1_.selected_application_id AS selected_application_id_21, i1_.generated_arrival_request_id AS generated_arrival_request_id_22, t2_.master_team_id AS master_team_id_23 FROM internship_request i1_ INNER JOIN request r0_ ON i1_.id = r0_.id LEFT JOIN team t2_ ON i1_.team_id = t2_.id WHERE i1_.published_at IS NOT NULL AND i1_.closing_date >= ? AND r0_.current_places NOT LIKE ? AND r0_.current_places NOT LIKE ? AND r0_.current_places NOT LIKE ? ORDER BY i1_.closing_date ASC"
"params" => [
1 => "2026-03-16 00:00:00"
2 => "%"closed"%"
3 => "%"rejected"%"
4 => "%"canceled"%"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1811
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1811}
3 => Doctrine\DBAL\ParameterType {#1811}
4 => Doctrine\DBAL\ParameterType {#1811}
]
]