mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-31251 documentation : fix incorrect docs
This commit is contained in:
parent
889860576a
commit
3360b13bac
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ class database_manager {
|
||||||
* This function will change the unsigned/signed of the field in the table passed as arguments
|
* This function will change the unsigned/signed of the field in the table passed as arguments
|
||||||
*
|
*
|
||||||
* @param xmldb_table $xmldb_table Table object (just the name is mandatory).
|
* @param xmldb_table $xmldb_table Table object (just the name is mandatory).
|
||||||
* @param xmldb_field $xmldb_field Index object (full specs are required).
|
* @param xmldb_field $xmldb_field Field object (full specs are required).
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function change_field_unsigned(xmldb_table $xmldb_table, xmldb_field $xmldb_field) {
|
public function change_field_unsigned(xmldb_table $xmldb_table, xmldb_field $xmldb_field) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue