Skip to content

v13.3.0

@browner12 browner12 tagged this 30 Mar 22:02
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
Assets 2
Loading