We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c833671 commit 10b3de2Copy full SHA for 10b3de2
1 file changed
system/Database/BaseBuilder.php
@@ -1944,7 +1944,7 @@ protected function validateUpdate(): bool
1944
*
1945
* @throws DatabaseException
1946
1947
- * @return mixed Number of rows affected, SQL string, or FALSE on failure
+ * @return false|int|string[] Number of rows affected or FALSE on failure, SQL array when testMode
1948
*/
1949
public function updateBatch(?array $set = null, ?string $index = null, int $batchSize = 100)
1950
{
0 commit comments