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:
Daniel Thee Roperto
2016-10-03 16:06:32 +11:00
parent 049d20856c
commit 3ac97c70d7
+1 -1
View File
@@ -127,7 +127,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) {