MDL-54907 dml: Correct incorrect PHPdoc
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user