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

This commit is contained in:
Eloy Lafuente (stronk7) 2016-10-05 01:48:49 +02:00
commit 7ad3d5db04

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) {