CheckUser uses the deprecated method User::isBlocked, and should be updated to use User::getBlock instead.
Since we're starting work on this extension we could check that it is up-to-date with all the block changes we've made, by:
- searching for methods and properties deprecated since 1.33
- updating any we find