[
"sql" => "SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.excerpt AS excerpt_3, c0_.markdown AS markdown_4, c0_.status AS status_5, c0_.published_at AS published_at_6, c0_.updated_at AS updated_at_7, c0_.visibility AS visibility_8, c0_.type AS type_9, c0_.position AS position_10, c0_.noindex AS noindex_11, c0_.og_image AS og_image_12, c0_.layout AS layout_13, c0_.site_id AS site_id_14, c0_.author_id AS author_id_15 FROM cms_content c0_ WHERE c0_.site_id = ? AND c0_.slug = ? AND c0_.status = ? AND c0_.type <> ? LIMIT 1"
"params" => [
1 => 2
2 => "homepage"
3 => "published"
4 => "block"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1245
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#1211
+name: "STRING"
}
3 => Doctrine\DBAL\ParameterType {#1211}
4 => Doctrine\DBAL\ParameterType {#1211}
]
]