File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Connection
2424 *
2525 * This method supports PDO binding types as well as DBAL mapping types.
2626 *
27- * @param __doctrine-literal-string-string $sql SQL statement
27+ * @param __doctrine-literal-string $sql SQL statement
2828 * @param list<mixed>|array<string, mixed> $params Statement parameters
2929 * @param WrapperParameterTypeArray $types Parameter types
3030 *
@@ -40,7 +40,7 @@ class Connection
4040 * If the query is parametrized, a prepared statement is used.
4141 * If an SQLLogger is configured, the execution is logged.
4242 *
43- * @param __doctrine-literal-string-string $sql SQL query
43+ * @param __doctrine-literal-string $sql SQL query
4444 * @param list<mixed>|array<string, mixed> $params Query parameters
4545 * @param WrapperParameterTypeArray $types Parameter types
4646 *
@@ -56,7 +56,7 @@ class Connection
5656 /**
5757 * Executes a caching query.
5858 *
59- * @param __doctrine-literal-string-string $sql SQL query
59+ * @param __doctrine-literal-string $sql SQL query
6060 * @param list<mixed>|array<string, mixed> $params Query parameters
6161 * @param WrapperParameterTypeArray $types Parameter types
6262 *
You can’t perform that action at this time.
0 commit comments