[
"sql" => "SELECT i0_.id AS id_0, i0_.month AS month_1, i0_.status AS status_2, i0_.total_amount AS total_amount_3, i0_.description AS description_4, i0_.notes AS notes_5, i0_.exact_reference AS exact_reference_6, i0_.exact_error AS exact_error_7, i0_.exact_error_at AS exact_error_at_8, i0_.created_at AS created_at_9, i0_.updated_at AS updated_at_10, i0_.finalized_at AS finalized_at_11, c1_.id AS id_12, c1_.name AS name_13, c1_.website_url AS website_url_14, c1_.exact_id AS exact_id_15, c1_.exact_account_guid AS exact_account_guid_16, c1_.reserved_support_hours AS reserved_support_hours_17, c1_.reserved_maintenance_hours_yearly AS reserved_maintenance_hours_yearly_18, c1_.hourly_rate AS hourly_rate_19, c1_.default_month AS default_month_20, c1_.yearly_maintenance_remaining AS yearly_maintenance_remaining_21, c1_.yearly_maintenance_last_initialized_year AS yearly_maintenance_last_initialized_year_22, c1_.initial_support_carry_over AS initial_support_carry_over_23, c1_.use_initial_support_carry_over AS use_initial_support_carry_over_24, c1_.email_locale AS email_locale_25, c1_.default_invoice_description AS default_invoice_description_26, i0_.company_id AS company_id_27 FROM invoice i0_ INNER JOIN company c1_ ON i0_.company_id = c1_.id WHERE i0_.month = ? ORDER BY c1_.name ASC"
"params" => [
1 => "2026-05-01"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1517
+name: "STRING"
}
]
]