You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ayesh Karunaratne e3c75b3e87
Replace cascading str_replace() calls with strtr()
Replaces cascading str_replace() calls with a single strtr() call that makes it mode readable and provides a micro performance improvement.
Some instances of cascading str_replace() calls were not refactored due to the potential recurring replacement patterns.
4 years ago
..
AutoloadGenerator.php Replace cascading str_replace() calls with strtr() 4 years ago
ClassLoader.php Update HTTP URLs to their HTTPS if they already redirect automatically 4 years ago
ClassMapGenerator.php Merge branch '1.10' 4 years ago