MDL-56231 library: Fixed PhpDoc for flexible_table constructor.
The flexible_table::__construct($uniqueid) accepts a string, not an int as previously noted in the PhpDoc.
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ class flexible_table {
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* @param int $uniqueid all tables have to have a unique id, this is used
|
||||
* @param string $uniqueid all tables have to have a unique id, this is used
|
||||
* as a key when storing table properties like sort order in the session.
|
||||
*/
|
||||
function __construct($uniqueid) {
|
||||
|
||||
Reference in New Issue
Block a user