Skip to content

Commit 22e23fb

Browse files
committed
Cs fixer
1 parent 85e58a6 commit 22e23fb

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
@@ -2656,7 +2656,7 @@ public function delete($where = '', ?int $limit = null, bool $resetData = true)
26562656
/**
26572657
* Sets data and calls batchExecute to run queries
26582658
*
2659-
* @param array|object|null $set a dataset or select query
2659+
* @param array|object|null $set a dataset or select query
26602660
* @param array|RawSql|null $constraints
26612661
*
26622662
* @return false|int|string[] Number of rows affected or FALSE on failure, SQL array when testMode

0 commit comments

Comments
 (0)