MDL-72397 qbank_managecategories: Fix whitespace

This commit is contained in:
Shamim Rezaie 2024-08-23 13:45:17 +10:00
parent 3a50726b29
commit 6495bebac2

View file

@ -12,7 +12,7 @@ notes:
`moodle_list` and `list_item` were only used by `moodle_list` and `list_item` were only used by
`qbank_managecategories`, and these usages have been removed, so `qbank_managecategories`, and these usages have been removed, so
these classes (and thus all of listlib.php) are now deprecated. these classes (and thus all of listlib.php) are now deprecated.
This method was the only usage of the `QUESTION_PAGE_LENGTH` This method was the only usage of the `QUESTION_PAGE_LENGTH`
constant, which was defined in `question_category_object.php`, constant, which was defined in `question_category_object.php`,
and so is also now deprecated. and so is also now deprecated.
type: deprecated type: deprecated