File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Connection
24
24
*
25
25
* This method supports PDO binding types as well as DBAL mapping types.
26
26
*
27
- * @param __doctrine-literal-string-string $sql SQL statement
27
+ * @param __doctrine-literal-string $sql SQL statement
28
28
* @param list<mixed>|array<string, mixed> $params Statement parameters
29
29
* @param WrapperParameterTypeArray $types Parameter types
30
30
*
@@ -40,7 +40,7 @@ class Connection
40
40
* If the query is parametrized, a prepared statement is used.
41
41
* If an SQLLogger is configured, the execution is logged.
42
42
*
43
- * @param __doctrine-literal-string-string $sql SQL query
43
+ * @param __doctrine-literal-string $sql SQL query
44
44
* @param list<mixed>|array<string, mixed> $params Query parameters
45
45
* @param WrapperParameterTypeArray $types Parameter types
46
46
*
@@ -56,7 +56,7 @@ class Connection
56
56
/**
57
57
* Executes a caching query.
58
58
*
59
- * @param __doctrine-literal-string-string $sql SQL query
59
+ * @param __doctrine-literal-string $sql SQL query
60
60
* @param list<mixed>|array<string, mixed> $params Query parameters
61
61
* @param WrapperParameterTypeArray $types Parameter types
62
62
*
You can’t perform that action at this time.
0 commit comments