mirror of
https://github.com/symfony/class-loader.git
synced 2026-03-24 17:22:11 +01:00
[PR #7] Duplicated paths after addPrefix #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/symfony/class-loader/pull/7
State: closed
Merged: No
Having UniversalClassLoader deprecated raise various issues... and ClassLoader doesn't provide the same features... :(
This one avoid duplication of paths for a given prefix, so can improve perf is such case.