Skip to content

Commit cd644df

Browse files
committed
docs: add @param
1 parent 6d4ce25 commit cd644df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/Database/BaseBuilder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,6 +1759,8 @@ public function getWhere($where = null, ?int $limit = null, ?int $offset = 0, bo
17591759
/**
17601760
* Compiles batch insert/update/upsert strings and runs the queries
17611761
*
1762+
* @param '_deleteBatch'|'_insertBatch'|'_updateBatch'|'_upsertBatch' $renderMethod
1763+
*
17621764
* @return false|int|string[] Number of rows inserted or FALSE on failure, SQL array when testMode
17631765
*
17641766
* @throws DatabaseException

0 commit comments

Comments
 (0)