Merge branch 'MDL-56231-30-flexible_table-construct-phpdoc' of https://github.com/roperto/moodle into MOODLE_30_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2016-10-05 01:49:18 +02:00
+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) {