mirror of
https://github.com/moodle/moodle.git
synced 2025-03-26 18:42:40 +01:00
Replaced 4 occurrences of get_debug_type() by gettype() to keep PHP 7.4 compatibility. Note this has not been applied to 4.2dev and up because, there, it's safe to use get_debug_type().