diff --git a/docs/apis/core/dml/index.md b/docs/apis/core/dml/index.md index 9666b7b177..a32fef4735 100644 --- a/docs/apis/core/dml/index.md +++ b/docs/apis/core/dml/index.md @@ -201,8 +201,8 @@ public function get_records_list( array $values, $sort = *, $fields = '*', - $limitfrom = *, - $limitnum = '' + $limitfrom = 0, + $limitnum = 0 ) ```