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:05:09 +11:00
parent 43f53ff0f5
commit 3320df92f5
+1 -1
View File
@@ -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) {