We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c40ab commit cd9ed3cCopy full SHA for cd9ed3c
tests/CommandTest.php
@@ -71,7 +71,7 @@ public function testAlterColumn(): void
71
public function testBatchInsert(
72
string $table,
73
array $columns,
74
- array $values,
+ iterable $values,
75
string $expected,
76
array $expectedParams = [],
77
int $insertedRow = 1
0 commit comments