Apparently true and false are now the actual bool type, and array_sort wants that very specifically. bool(true) works for a workaround.
true
false
bool
bool(true)