@@ -1968,7 +1968,7 @@ public function upsertBatch($set = null, ?bool $escape = null, int $batchSize =
1968
1968
/**
1969
1969
* Generates a platform-specific upsertBatch string from the supplied data
1970
1970
*
1971
- * @used-by batchExecute
1971
+ * @used-by batchExecute()
1972
1972
*
1973
1973
* @param string $table Protected table name
1974
1974
* @param list<string> $keys QBKeys
@@ -2195,7 +2195,7 @@ public function insertBatch($set = null, ?bool $escape = null, int $batchSize =
2195
2195
/**
2196
2196
* Generates a platform-specific insert string from the supplied data.
2197
2197
*
2198
- * @used-by batchExecute
2198
+ * @used-by batchExecute()
2199
2199
*
2200
2200
* @param string $table Protected table name
2201
2201
* @param list<string> $keys QBKeys
@@ -2563,7 +2563,7 @@ public function updateBatch($set = null, $constraints = null, int $batchSize = 1
2563
2563
/**
2564
2564
* Generates a platform-specific batch update string from the supplied data
2565
2565
*
2566
- * @used-by batchExecute
2566
+ * @used-by batchExecute()
2567
2567
*
2568
2568
* @param string $table Protected table name
2569
2569
* @param list<string> $keys QBKeys
@@ -2825,7 +2825,7 @@ public function deleteBatch($set = null, $constraints = null, int $batchSize = 1
2825
2825
/**
2826
2826
* Generates a platform-specific batch update string from the supplied data
2827
2827
*
2828
- * @used-by batchExecute
2828
+ * @used-by batchExecute()
2829
2829
*
2830
2830
* @param string $table Protected table name
2831
2831
* @param list<string> $keys QBKeys
0 commit comments