Skip to content

Commit 7e8ebbc

Browse files
committed
docs: @param BaseBuilder.php
1 parent 971b0da commit 7e8ebbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/BaseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2865,7 +2865,7 @@ public function deleteBatch($set = null, $constraints = null, int $batchSize = 1
28652865
*
28662866
* @param string $table Protected table name
28672867
* @param list<string> $keys QBKeys
2868-
* @paramst<string|int>> $values QBSet
2868+
* @param list<string|int> $values QBSet
28692869
*/
28702870
protected function _deleteBatch(string $table, array $keys, array $values): string
28712871
{

0 commit comments

Comments
 (0)