Skip to content

Commit

Permalink
docs: add @param
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 23, 2024
1 parent 6d4ce25 commit f098b84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/Database/BaseBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,8 @@ public function getWhere($where = null, ?int $limit = null, ?int $offset = 0, bo
/**
* Compiles batch insert/update/upsert strings and runs the queries
*
* @param '_insertBatch'|'_updateBatch' $renderMethod
*
* @return false|int|string[] Number of rows inserted or FALSE on failure, SQL array when testMode
*
* @throws DatabaseException
Expand Down

0 comments on commit f098b84

Please sign in to comment.