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