@@ -1968,7 +1968,7 @@ public function upsertBatch($set = null, ?bool $escape = null, int $batchSize =
19681968 /**
19691969 * Generates a platform-specific upsertBatch string from the supplied data
19701970 *
1971- * @used-by batchExecute
1971+ * @used-by batchExecute()
19721972 *
19731973 * @param string $table Protected table name
19741974 * @param list<string> $keys QBKeys
@@ -2195,7 +2195,7 @@ public function insertBatch($set = null, ?bool $escape = null, int $batchSize =
21952195 /**
21962196 * Generates a platform-specific insert string from the supplied data.
21972197 *
2198- * @used-by batchExecute
2198+ * @used-by batchExecute()
21992199 *
22002200 * @param string $table Protected table name
22012201 * @param list<string> $keys QBKeys
@@ -2563,7 +2563,7 @@ public function updateBatch($set = null, $constraints = null, int $batchSize = 1
25632563 /**
25642564 * Generates a platform-specific batch update string from the supplied data
25652565 *
2566- * @used-by batchExecute
2566+ * @used-by batchExecute()
25672567 *
25682568 * @param string $table Protected table name
25692569 * @param list<string> $keys QBKeys
@@ -2825,7 +2825,7 @@ public function deleteBatch($set = null, $constraints = null, int $batchSize = 1
28252825 /**
28262826 * Generates a platform-specific batch update string from the supplied data
28272827 *
2828- * @used-by batchExecute
2828+ * @used-by batchExecute()
28292829 *
28302830 * @param string $table Protected table name
28312831 * @param list<string> $keys QBKeys
0 commit comments