Skip to content

Commit

Permalink
pkp#8700 Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni committed May 28, 2024
1 parent 88a287e commit b6759cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/db/DAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function retrieveRange($sql, $params = [], $dbResultRange = null, $callHooks = t
/**
* Count the number of records in the supplied SQL statement (with optional bind parameters parameters)
* @param $sql string|Builder SQL query to be counted
* @param $params array Optional SQL query bind parameters
* @param $params array Optional SQL query bind parameters, only used when the $sql argument is a string
* @return int
*/
public function countRecords($sql, $params = []) {
Expand Down

0 comments on commit b6759cc

Please sign in to comment.