Jean-FrancoisHIVERT I don't see a diagnostic there

but I have noticed, we do have an incorrect function signature
function exchangeArray(object $array) while it should be
function exchangeArray(array|object $array)
This would cause the invalid override check.
Will be fixed.