MDL-54907 dml: Correct incorrect PHPdoc

This commit is contained in:
Tim Hunt
2020-11-27 18:30:18 +00:00
parent 4825c139ef
commit ff8da7e008
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1044,7 +1044,7 @@ class pgsql_native_moodle_database extends moodle_database {
* If the return ID isn't required, then this just reports success as true/false.
* $data is an object containing needed data
* @param string $table The database table to be inserted into
* @param object $data A data object with values for one or more fields in the record
* @param object|array $dataobject A data object with values for one or more fields in the record
* @param bool $returnid Should the id of the newly created record entry be returned? If this option is not requested then true/false is returned.
* @return bool|int true or new id
* @throws dml_exception A DML specific exception is thrown for any errors.