v13.3.0
the `class_uses_recursive()` method returns an array where both the key and value are the same fully qualified class name. by switching to `isset()` we get O(1) performance, while `in_array()` gives O(n) performance. - also remove some single use temporary variables - passes multiple arguments to `isset()` rather than multiple separate calls