Merge branch 'MDL-83650-main_fix_ods_cell' of https://github.com/Cl3mensM/moodle

This commit is contained in:
Huong Nguyen 2025-02-05 10:21:19 +07:00 committed by Sara Arjona
commit b8eb960fe5
No known key found for this signature in database

View file

@ -104,6 +104,12 @@ class MoodleODSCell {
public $type;
public $format;
public $formula;
/**
* @var array Contains the number of rows and columns spanned by the merged cell.
* 'rows' => integer, the number of rows the cell spans.
* 'columns' => integer, the number of columns the cell spans.
*/
public $merge;
}