MDL-87296 customfield: Improve return type doc for handler::create()

This commit is contained in:
Michael Aherne
2026-02-04 08:46:03 +00:00
parent b3cd83bd48
commit 131fc74e10
+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);