Merge branch 'MDL-87296-main' of https://github.com/micaherne/moodle

This commit is contained in:
Huong Nguyen
2026-02-11 12:56:38 +07:00
+1 -1
View File
@@ -98,7 +98,7 @@ abstract class handler {
* Some areas may choose to use singleton/caching here
*
* @param int $itemid
* @return handler
* @return static
*/
public static function create(int $itemid = 0): handler {
return new static($itemid);