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:07:11 +11:00
parent ddd8dc0d1b
commit 29406dded1
+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) {