Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance: remove unnecessary repeated function call
The length of the `$existing_class` does not change within the loop, so it is completely redundant and inefficient to recalculate the length for every loop.
- Loading branch information